Dandello wrote on Jul 17
th, 2012 at 3:37pm:
xnoddyx wrote on Jul 17
th, 2012 at 2:36pm:
if you want you can look at my forum settings.
Thanks - I'll be rummaging around my forum code later today and see what I can find.
Now, back to our main subject.
As much as I'm not into FB, I'll take a look at the API later today or tomorrow and see how it's done. (I've had trouble with FB's API's before - last year the Like API seemed stop working at random and required getting new code from FB to get it working again - even though I hadn't changed anything on either the site or in my FB admin center.)
ok cool if i can do anything to help let me know
Another thing to look at is whether or not comments made in a forum's FB section can be directly ported over to the forum - maybe into its own thread or into an RSS feed that can read from the forum? FB can import our RSS feeds without any trouble. Maybe there's a way to do the same in reverse.
Quote:Like API seemed stop working at random and required getting new code from FB to get it working again
i had this but dident need new code it was just a botched facebook system update that was sorted
the code i have for a static like is
" PAGE END URL " this is where the end of the page url is put <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.facebook.com/pages/" PAGE END URL "ont=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>
and the code for my dynamic likes must say getting to this was some work but have not had any probs with this code
<SCRIPT LANGUAGE="JavaScript">
document.write("<iframe src=\"http:\/\/www.facebook.com\/plugins\/like.php?href="+document.URL+"&layout=button_count&show_faces=false&width=80&action=like&font=verdana&colorscheme=light\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:80px; height:21px\" allowTransparency=\"true\"><\/iframe>");
</SCRIPT>
and as for
Quote:Another thing to look at is whether or not comments made in a forum's FB section can be directly ported over to the forum - maybe into its own thread or into an RSS feed that can read from the forum? FB can import our RSS feeds without any trouble. Maybe there's a way to do the same in reverse.
if you look here
http://almondhaf.co.uk/ you will see i have my facebook page wall rss feed here and the url for it is
http://www.facebook.com/feeds/page.php?id=142804465776669&format=rss20
to get the ID goto to the page albums and click on any album then check the url will look like
http://www.facebook.com/media/set/?set=a.322164641173983.75746.
142804465776669&type=3
Edited: in theory pulling info from a facebook rss feed is just the same as when like me you get RSS Graffiti to pull the rss feed from the forum all that is needed is to pull the items head info/Item Title make this the Subject: and then make the item feed body the Message: and take the media tags and replaces it with BBC to show the media in the post and have the forum set to check the feed at certain times when YaBB.pl is run so even when a guest or search engine visits it automates it's
but i dono how much coding this will be

hope this helps