![]() |
|
|||||||
| phpBB Support Forum Ask phpBB support questions here. Free forum will answer your questions in a timely manner. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Great, It's useful!
With ifame, we can insert something for other webpage. It's like, you know, opening new window at there. In this case, you use it very good and... smartly I just want to say something else. We can use and change all parameters in src attribute. Maybes, it doesn't work in some browser. You can put something like this: HTML Code:
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fworldbestsat.forummate.com%2Findex.php&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"> If you can see this, your browser doesn't understand IFRAME. Please, visit <a href="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fworldbestsat.forummate.com%2Findex.php">here</a>, thanks. </iframe> I think it's really useful for other members. We just change the url we want: Ex: you have a link: HTML Code:
http://myforum.example.com/viewtopic.php?p=16 HTML Code:
http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fmyforum.example.com%2Fviewtopic.php%3Fp%3D16 You can test in a php script: Code:
<?php
echo urlencode('http://myforum.example.com/viewtopic.php?p=16');
?>
HTML Code:
http://www.facebook.com/plugins/like.php?href=http://myforum.example.com/viewtopic.php?p=16 Thanks.
__________________
Best regards, The ForumMate.com Support Team. ---------------------------------------------------------------------------------------------------- Free phpBB3 Forum http://www.forummate.com Free PHP-Nuke Hosting http://www.freephpnuke.org, http://www.greatnuke.com ---------------------------------------------------------------------------------------------------- Thanks you for choosing our service ![]() |
|
||||
|
Hi again,
I just want to say that we shouldn't use the URL like this It's not good in SEO Hope you'll look over [BBCode] Facebook like button [/BBCode] Thanks.
__________________
Best regards, The ForumMate.com Support Team. ---------------------------------------------------------------------------------------------------- Free phpBB3 Forum http://www.forummate.com Free PHP-Nuke Hosting http://www.freephpnuke.org, http://www.greatnuke.com ---------------------------------------------------------------------------------------------------- Thanks you for choosing our service ![]() Last edited by tanduy2506 : 03-21-2011 at 02:48 PM. |
|
||||
|
Quote:
Hehehee i fixed now sorry |
|
||||
|
Hi there,
Quote:
__________________
Best regards, The ForumMate.com Support Team. ---------------------------------------------------------------------------------------------------- Free phpBB3 Forum http://www.forummate.com Free PHP-Nuke Hosting http://www.freephpnuke.org, http://www.greatnuke.com ---------------------------------------------------------------------------------------------------- Thanks you for choosing our service ![]() |
|
||||
|
Is this on here can't find it...if not can you guys add it plz.....
https://developers.facebook.com/docs...gins/like-box/ |
|
||||
|
Quote:
You can not add the like box into your forum directly. I think you should add these code into your custom BBCode. Just press the button "Get Code" and copy the code. You should use IFRAME ![]() Ex: https://www.facebook.com/plugins/lik...64193293595054 => HTML Code:
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fplatform&width=292&height=590&colorscheme=light&show_faces=true&border_color&stream=true&header=true&appId=364193293595054" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:590px;" allowTransparency="true"></iframe>
__________________
Best regards, The ForumMate.com Support Team. ---------------------------------------------------------------------------------------------------- Free phpBB3 Forum http://www.forummate.com Free PHP-Nuke Hosting http://www.freephpnuke.org, http://www.greatnuke.com ---------------------------------------------------------------------------------------------------- Thanks you for choosing our service ![]() |