1 jeyjooweb Feb 21, 2011 16:53
3 jeyjooweb Feb 21, 2011 23:50
Thanks for the quick reply. That worked perfectly!
4 tilqicom Feb 22, 2011 01:19
oh btw,instead of using Item->permanent_url,
you might wanna use Item->ID.
Personally i would choose the latter.Because permament_url may change as you change your title some other time, so it'd cost you to lose your like count afaik. to avoid this you could use a fixed parameter such as id.
5 ir240474 Apr 06, 2011 20:53
tilqicom wrote:
oh btw,instead of using Item->permanent_url,
you might wanna use Item->ID.Personally i would choose the latter.Because permament_url may change as you change your title some other time, so it'd cost you to lose your like count afaik. to avoid this you could use a fixed parameter such as id.
Hi tilqicom,
I hope you are well!
I have seen your post and I have a question for you please.
I am not sure if this is correct with your code
oh btw,instead of using Item->permanent_url,
you might wanna use Item->ID.
My question, am i right in what i did below?
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php $Item->ID_url(http://www.icanhelp.ie/testblog/blog2.php/my-journey-to-everest-2012);?>&layout=standard&show_faces=true&width=150&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
Thank you in advance!
Best regards,
David.
should do fine for each post....
see: http://forums.b2evolution.net/viewtopic.php?p=103419#103419
for iframe implementation
if you d like to include pages and stuff as well as posts, you could use: