Hi all !
Im trying to make a custom fb like button to my VBcms Articles, but without sucess.
IMm trying something like this:
Code:
<iframe src="http://www.facebook.com/widgets/like.php?href=http://www.YOURSITE.com/showthread.php$session[sessionurl]?p=$post[postid]&show_faces=false&
scrolling="no" frameborder="0"
style="border:none; width:450px; height:25px"></iframe>
But I'm have not figured out how to link the correct article url, i guess.
Any clue?
Ty in advance.
--------------- Added [DATE]1312590133[/DATE] at [TIME]1312590133[/TIME] ---------------
Now I've tried this:
Code:
<iframe src="http://www.facebook.com/plugins/like.php?href={vb:raw article.page_url}&layout=button_count&show_faces=true&action=like&colorscheme=light"
scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100px; height:20px"></iframe>
But again, no sucess. =/