Jump to content

Facebook Like Button


kney

Recommended Posts

Hi,

 

I'm going to have a website where I'm going to publish certain newsitems daily/weekly or whatever.

This is the link

http://onenation.freehostia.com/kenneth/nieuws.php

 

If you click the title of the certain news item you get the whole article.

Now, each of these articles should have a "like button" from Facebook.

A bit like it is now, but if I click like in my first article, it likes the whole site instead of the 1 article.

How can I seperate this?

 

Article 1

Like!

 

Article 2

You like this!

Link to comment
https://forums.phpfreaks.com/topic/259413-facebook-like-button/
Share on other sites

The like buttons will each have to be "linked" to a different URL, so as to separate the likes.

 

Take a look at the Facebook Developers site where they have the generator for their like buttons. You should be able to to figure out where the article's URL should go and insert that dynamically using PHP

yeah I know, it gives something like this. With the bold being my URL.

 

Article 1

 

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fonenation.freehostia.com%2Fkenneth%2Fnieuws.php&artikelID=1&layout=standard&show_faces=true&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px"></iframe>

 

 

Article 2

 

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fonenation.freehostia.com%2Fkenneth%2Fnieuws.php&artikelID=2&layout=standard&show_faces=true&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:px"></iframe>

 

And it doesn't do it correctly

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.