Facebook Like Button URL?

what is the exact url i'm supposed to put in the iFrame?

 

i give the url to the page that the like button will appear on - but, it flashed my photo and registers the 'like' for a sec - then, it disappears and there's no profile pic, just an error message

 

Quote · 1 Jun 2010

Sorry, I overlooked your question earlier.

Here's the code.

<iframe src="http://www.facebook.com/widgets/like.php?href=http://example.com"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>

Quote · 1 Jun 2010

thank you - but, i got the code from the developer's page

 

it shows in the block i placed the code in on the home page

when i click it, it shows my photo for just a second then reverts to an error message:

this is the url it tries to got to _ http://www.facebook.com/connect/connect_to_node_error.php?title=Website%20Inaccessible&body=The%20page%20at%20http%3A%2F%2Fwww.mysite.com%2F%20could%20not%20be%20reached.

this is what the error page says:

The page at http://www.mysite.com/ could not be reached.
Facebook ©2010

Quote · 1 Jun 2010

thank you - but, i got the code from the developer's page

it shows in the block i placed the code in on the home page

when i click it, it shows my photo for just a second then reverts to an error message:

this is the url it tries to got to _ http://www.facebook.com/connect/connect_to_node_error.php?title=Website%20Inaccessible&body=The%20page%20at%20http%3A%2F%2Fwww.mysite.com%2F%20could%20not%20be%20reached.

this is what the error page says:

The page at http://www.mysite.com/ could not be reached.
Facebook ©2010

Does the page require login?

Quote · 1 Jun 2010

Hey,

Has anyone got the like button working for articles, blog posts, videos and photos.

A friend of mine uses this code fine:

<iframe src="http://www.facebook.com/plugins/like.php?href={$baseurl}/view/{$parray[0].name|stripslashes}/{$parray[0].PID}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>


I tried to edit the code by replacing "/view/" with "/blogs/entry/" in hopes that i would capture the rest of the link. But thats did not work. I get and error.

If you got the like button working for your articles and all let me please let me know.

Thanx

Free the Dolphin...
Quote · 26 Aug 2010

 

Hey,

Has anyone got the like button working for articles, blog posts, videos and photos.

A friend of mine uses this code fine:

<iframe src="http://www.facebook.com/plugins/like.php?href={$baseurl}/view/{$parray[0].name|stripslashes}/{$parray[0].PID}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>


I tried to edit the code by replacing "/view/" with "/blogs/entry/" in hopes that i would capture the rest of the link. But thats did not work. I get and error.

If you got the like button working for your articles and all let me please let me know.

Thanx

Hello ZedFaces,

Before changing these files, be safe and back them up, your system cache should be turned off as well and cleared after your done editing these html pages.

The page for articles would be /modules/boonex/articles/templates/base/page_1.html

and you would change

<bx_include_auto:_sub_header.html />
<script language="javascript" type="text/javascript">
<!--
ADD YOUR FACEBOOK LIKE SCRIPT HERE

__page_js_code__
-->
</script>

Save pages and continue with your other module folders that you would like to put the button on...

hope this helps..

 

EDIT: The pages your looking for will not always be i.e. page_1.html  the page for "chat" would be page_57.html ; be sure to explore each folder and contents..

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 26 Aug 2010

 

 

thank you - but, i got the code from the developer's page

 

it shows in the block i placed the code in on the home page

when i click it, it shows my photo for just a second then reverts to an error message:

this is the url it tries to got to _ http://www.facebook.com/connect/connect_to_node_error.php?title=Website%20Inaccessible&body=The%20page%20at%20http%3A%2F%2Fwww.mysite.com%2F%20could%20not%20be%20reached.

this is what the error page says:

The page at http://www.mysite.com/ could not be reached.
Facebook ©2010

Does the page require login?

Thank you for the reply.

One quick quest before i try this out.

What url should i put in before i get the code here:

http://developers.facebook.com/docs/reference/plugins/like

Should just put this:

http://zedfaces.com

or something like this:

http://zedfaces.com/blogs/entry/

in order for it to capture the the title of the blog or article and post it to facebook.

Or you if you have a specific coz i can use. please let me know.

Thank you.

Free the Dolphin...
Quote · 27 Aug 2010

 

 

Hey,

Has anyone got the like button working for articles, blog posts, videos and photos.

A friend of mine uses this code fine:

<iframe src="http://www.facebook.com/plugins/like.php?href={$baseurl}/view/{$parray[0].name|stripslashes}/{$parray[0].PID}&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>


I tried to edit the code by replacing "/view/" with "/blogs/entry/" in hopes that i would capture the rest of the link. But thats did not work. I get and error.

If you got the like button working for your articles and all let me please let me know.

Thanx

Hello ZedFaces,

Before changing these files, be safe and back them up, your system cache should be turned off as well and cleared after your done editing these html pages.

The page for articles would be /modules/boonex/articles/templates/base/page_1.html

and you would change

<bx_include_auto:_sub_header.html />
<script language="javascript" type="text/javascript">
<!--
ADD YOUR FACEBOOK LIKE SCRIPT HERE

__page_js_code__
-->
</script>

Save pages and continue with your other module folders that you would like to put the button on...

hope this helps..

 

EDIT: The pages your looking for will not always be i.e. page_1.html  the page for "chat" would be page_57.html ; be sure to explore each folder and contents..

Thank you for the reply.

One quick quest before i try this out.

What url should i put in before i get the code here:

http://developers.facebook.com/docs/reference/plugins/like

Should just put this:

http://zedfaces.com

or something like this:

http://zedfaces.com/blogs/entry/

in order for it to capture the the title of the blog or article and post it to facebook.

Or you if you have a specific coz i can use. please let me know.

Thank you.

Free the Dolphin...
Quote · 28 Aug 2010

Do you guys have any Facebook Hate Button URL?

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 28 Aug 2010

 

Do you guys have any Facebook Hate Button URL?

Not being funny but there appears to be a market for that..............Would you have it just say that or go to a splash page everyone could see and feel good about not being on FB?   Ill bet it could be done and it would be popular?

Csampson
Quote · 28 Aug 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.