JUNILSTYLE NEW-FORUM COMMUNITIY
You'll need to login in order to fully use all
the featured and view all the sectionsof this site.

Please register if you're not yet a member.

JUNILSTYLE NEW-FORUM COMMUNITIY
You'll need to login in order to fully use all
the featured and view all the sectionsof this site.

Please register if you're not yet a member.

JUNILSTYLE NEW-FORUM COMMUNITIY
Would you like to react to this message? Create an account in a few clicks or log in to continue.
JUNILSTYLE NEW-FORUM COMMUNITIY


 
HomeHome  GalleryGallery  Latest imagesLatest images  RegisterRegister  Log inLog in  PortalPortal  
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Three Six Mafia Neighborhood Hoe Instrumental
Emojis and more in comments (Via Links) Icon_minitimeWed Feb 19, 2014 6:41 am by gilaifeele

» Glass House The Good Mother
Emojis and more in comments (Via Links) Icon_minitimeSun Feb 16, 2014 12:51 am by gilaifeele

» Hanna In A Choppa 2 Revenge Of The Button
Emojis and more in comments (Via Links) Icon_minitimeWed Jul 10, 2013 2:03 pm by Admin

» FFSNG TWEAKING
Emojis and more in comments (Via Links) Icon_minitimeSun Apr 22, 2012 12:12 pm by Admin

» NEW TIPS (Rename Facebook Those already limit)
Emojis and more in comments (Via Links) Icon_minitimeThu Sep 08, 2011 8:06 am by Admin

» Change nick name facebook
Emojis and more in comments (Via Links) Icon_minitimeThu Sep 08, 2011 7:58 am by Admin

» Quote with emoji and Symbol's
Emojis and more in comments (Via Links) Icon_minitimeSat Aug 27, 2011 12:28 pm by Admin

» Want Your status in your favorite friend with one click
Emojis and more in comments (Via Links) Icon_minitimeSat Aug 27, 2011 12:19 pm by Admin

» FBML W/ DESIGN XD
Emojis and more in comments (Via Links) Icon_minitimeSat Aug 20, 2011 8:13 am by linuj

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Forum
::Affiliates::
::RADIO STATION::

::LIKE US::


::Flag Counter::
free counters



Share | 
 

 Emojis and more in comments (Via Links)

View previous topic View next topic Go down 
AuthorMessage
Admin
Admin
Admin

Posts : 44
Points : 129
Reputation : 0
Join date : 2011-05-16
Age : 33
Location : Philppines

Emojis and more in comments (Via Links) Empty
PostSubject: Emojis and more in comments (Via Links)   Emojis and more in comments (Via Links) Icon_minitimeSun Aug 14, 2011 11:04 am

FROM FORUM DOT BALIKITA DOT NET

I tried a lot of things, I tried with javascripts, Firebug, Tamper Data and nothing.. but with html's with metatags I found a way to put emojis in comments.
The way to do it isn't so easy, because you need to upload a html with any of this codes in any hosting.

For short the urls you can use Google URL Shortener

Comment with emojis
Emojis and more in comments (Via Links) 1-2ba522e

Code:
<html>
<head>
<meta property="og:title" content=" " />
<meta property="og:description" content="HERE YOUR TEXT AND YOUR EMOJIS" />
</head>
<body>
<script>top.location.href="http://www.facebook.com/"</script>
<noscript><meta http-equiv="refresh" content="0;url=http://www.facebook.com/"></noscript>
</body>
</html>


Comment with title, image and emojis
Emojis and more in comments (Via Links) 2-2ba536e

Code:
<html>
<head>
<meta property='og:title' content='TITLE' />
<meta property='og:image' content='IMAGE'/>
<meta property='og:description' content='HERE YOUR TEXT AND YOUR EMOJIS' />
</head>
<body>
<script>top.location.href='http://www.facebook.com/'</script>
<noscript><meta http-equiv='refresh' content='0;url=http://www.facebook.com/'></noscript>
</body>
</html>


Comment with a flash and emojis
Emojis and more in comments (Via Links) 3-2ba53ea

Code:
<html>
<head>
<meta property="og:title" content=" " />
<meta property="og:image" content="IMAGE" />
<meta property="og:description" content="HERE YOUR TEXT AND YOUR EMOJIS" />
<meta property="og:site_name" content=" " />
<meta property="og:video" content="LINK OF THE SWF" />
<meta property="og:video:height" content="HEIGHT" />
<meta property="og:video:width" content="WIDTH"/>
<meta property="og:video:type" content="application/x-shockwave-flash" />
</head>
<body>
<script>top.location.href="http://www.facebook.com/"</script>
<noscript><meta http-equiv="refresh" content="0;url=http://www.facebook.com/"></noscript>
</body>
</html>


Comment with a MP3 and emojis
Emojis and more in comments (Via Links) 4-2ba5450

Code:
<html>
<head>
<meta property="og:title" content=" " />
<meta property="og:description" content="HERE YOUR TEXT AND YOUR EMOJIS" />
<meta property="og:site_name" content=" " />
<meta property="og:audio" content="LINK OF THE MP3" />
<meta property="og:audio:title" content="TITLE" />
<meta property="og:audio:artist" content="ARTIST" />
<meta property="og:audio:album" content="ALBUM"/>
<meta property="og:audio:type" content="audio/x-mpeg" />
</head>
<body>
<script>top.location.href="http://www.facebook.com/"</script>
<noscript><meta http-equiv="refresh" content="0;url=http://www.facebook.com/"></noscript>
</body>
</html>


Comment with a video and emojis
Emojis and more in comments (Via Links) 5-2ba543a

Code:
<html>
<head>
<meta property="og:title" content="TITLE"/>
<meta property="og:image" content="IMAGE" />
<meta property="og:description" content="HERE YOUR TEXT AND YOUR EMOJIS" />
<meta property="og:site_name" content=" " />
<meta property="og:video" content="EXAMPLE: http://www.youtube.com/v/Gp-7chbFE-k?version=3&autohide=1" />
<meta property="og:video:height" content="HEIGHT" />
<meta property="og:video:width" content="WIDTH" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
</head>
<body>
<script>top.location.href="http://www.facebook.com/"</script>
<noscript><meta http-equiv="refresh" content="0;url=http://www.facebook.com/"></noscript>
</body>
</html>
Back to top Go down
https://junilstyle.forumotion.com
 

Emojis and more in comments (Via Links)

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
JUNILSTYLE NEW-FORUM COMMUNITIY :: Discussion Lounge :: Tutorial's :: Facebook Tweaking-
Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com
POWERED BY : JUNILSTYLE