- Posts: 8
COMMUNITY FORUM
Facebook 'like' button
- Duane Allam
-
Topic Author
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- August Paschalidis
-
- Offline
- New Member
- Posts: 17
Thanks for the plugin. I would ask if possible to get the message in the language chosen by everyone on facebook.
Please Log in or Create an account to join the conversation.
- Duane Allam
-
Topic Author
- Offline
- New Member
- Posts: 8
Please Log in or Create an account to join the conversation.
- Marisela Vieira
-
- Offline
- New Member
- Posts: 1
Already enabled in Extensions / Plugins
Thanks
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
extensions.joomla.org/extensions/social-web/republish/12391
to get the Like button to automatically appear on each item you will probably need to use a plugin designed to add it like the two examples above that work with k2
Other examples that google finds are bits of code that you can insert manually into each item
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
- Posts: 398
Be sure you have enabled the Plugin in Backend.
Marisela Vieira said:Please I dont see the icon "facebook like" in my k2 articles. How implant this pluging?. Already enabled in Extensions / Plugins
Thanks
Please Log in or Create an account to join the conversation.
- Nick
-
- Offline
- Elite Member
- Posts: 190
EDIT:
apparently it does display on the homepage but i want to move it around a bit.. how do i do that? can't find the code that is calling it...
Please Log in or Create an account to join the conversation.
- Lubomir Christov
-
- Offline
- New Member
- Posts: 2
it's working like a charm!
And I definitely DON'T like AddThis
Please Log in or Create an account to join the conversation.
- kire timov
-
- Offline
- Senior Member
- Posts: 59
how can i disable showing this plugin in k2 category view? (is it actually supposed to do this)?
Please Log in or Create an account to join the conversation.
- kire timov
-
- Offline
- Senior Member
- Posts: 59
However i am having problem and it's not functional at all without this fixed. When you like an item it dose not fetch the thumbnail picture, actually on facebook some other picture is shwon from the site (this sux) can someone please help me fix this? It actually needs to force fetch the thumnail picture from category view (while you click like in itemView)
Thanks in advance
Please Log in or Create an account to join the conversation.
- Russell English
-
- Offline
- Junior Member
- Posts: 37
kire timov said:
hi, how can i disable showing this plugin in k2 category view? (is it actually supposed to do this)?
Please Log in or Create an account to join the conversation.
- Ryan James Ayres
-
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.
- Pete Stevens
-
- Offline
- New Member
- Posts: 5
to disable it from category view (so only shows on items):
go to each category where you want it disabled, or if you have set your categories to 'inherit parameter options from (a specified) category' then you can just disable it there so that all categories inherit the setting.
from the parameters select 'item view options in category listings' - scroll down to Advanced and change 'Enable k2 plugins' from yes to No
I don't think this plugin is for twitter to but you can use it in conjunction with AddThis (you can search the forum for AddThis info).
Unfortunatly I haven't yet cracked the problem that Kire is experiencing. I too am seeing an image (from the same page I think) other than the one I have associated with the item on the liked link in facebook.
Any ideas?
Pete
Please Log in or Create an account to join the conversation.
- Pete Stevens
-
- Offline
- New Member
- Posts: 5
I did an experiment. I've found that adding an image src tag into the template html tells facebook which image to use:
e.g.in the head section I added a tag of this format:
<link rel="image_src" href="http://www.url-imagepath/imagename.jpg"/>
facebook then used this specified image in the like link. Great.so then tech people, how can we dynamically generate this code so that the html for each item page includes a image-src tag for the image associated with the item?
n.b can add description and keyword metatags for each item using metadata information parameters but there is no option to add image meta as far as i can tell)
Pete
Pete Stevens said:
Hi Ryan,
to disable it from category view (so only shows on items):
go to each category where you want it disabled, or if you have set your categories to 'inherit parameter options from (a specified) category' then you can just disable it there so that all categories inherit the setting.
from the parameters select 'item view options in category listings' - scroll down to Advanced and change 'Enable k2 plugins' from yes to No
I don't think this plugin is for twitter to but you can use it in conjunction with AddThis (you can search the forum for AddThis info).
Unfortunatly I haven't yet cracked the problem that Kire is experiencing. I too am seeing an image (from the same page I think) other than the one I have associated with the item on the liked link in facebook.
Any ideas?
Pete
Please Log in or Create an account to join the conversation.
- Pete Stevens
-
- Offline
- New Member
- Posts: 5
found what seems like a nice simple plugin that picks the first image from article/item (or category if you have not disabled like at category level - see my earlier reply) and passes it through to facebook.So you just need to enable this plugin after installing and then make the image you want in facebook to be your first image in your article/item.
www.perfect-web.pl/download/joomla/plugins/file/7-facebook-link-content-image-j15
It does it by generating the necessary image_src meta tag, (slightly different format than I had specified in my experiment)
<link href="http://www.url-imagepath/imagename.jpg" rel="image_src" />
but I guess it's the same thing
hope you guys can now get your k2 facebook like plugin to work how you want now, I'm happy with mine ;)
Pete
Pete Stevens said:
update:
I did an experiment. I've found that adding an image src tag into the template html tells facebook which image to use:
e.g.in the head section I added a tag of this format:
<link rel="image_src" href="http://www.url-imagepath/imagename.jpg"/>
facebook then used this specified image in the like link. Great.so then tech people, how can we dynamically generate this code so that the html for each item page includes a image-src tag for the image associated with the item?
n.b can add description and keyword metatags for each item using metadata information parameters but there is no option to add image meta as far as i can tell)
Pete
Pete Stevens said:
Hi Ryan,
to disable it from category view (so only shows on items):
go to each category where you want it disabled, or if you have set your categories to 'inherit parameter options from (a specified) category' then you can just disable it there so that all categories inherit the setting.
from the parameters select 'item view options in category listings' - scroll down to Advanced and change 'Enable k2 plugins' from yes to No
I don't think this plugin is for twitter to but you can use it in conjunction with AddThis (you can search the forum for AddThis info).
Unfortunatly I haven't yet cracked the problem that Kire is experiencing. I too am seeing an image (from the same page I think) other than the one I have associated with the item on the liked link in facebook.
Any ideas?
Pete
Please Log in or Create an account to join the conversation.
- Pete Stevens
-
- Offline
- New Member
- Posts: 5
Pete
kire timov said:
i am sorry for the stupid question earlier (it was ofc. to disable "load plugin"-or something like that... in categoryItemView).. However i am having problem and it's not functional at all without this fixed. When you like an item it dose not fetch the thumbnail picture, actually on facebook some other picture is shwon from the site (this sux) can someone please help me fix this? It actually needs to force fetch the thumnail picture from category view (while you click like in itemView)
Thanks in advance
Please Log in or Create an account to join the conversation.
- Julio Medina
-
- Offline
- New Member
- Posts: 1
I'm new in Joomla and K2. My question is: can you change the position of the Facebook Like Button.
I want the button at the top of the item, not at the bottom.
Thank you and sorry if I made a mistake, english is not my first language.
Please Log in or Create an account to join the conversation.
- Lgg Guayaquil
-
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- Ryan James Ayres
-
- Offline
- New Member
- Posts: 4
I finally got around to using your example about disabling The K2 Plugins in order for it to only show in item view but not category view. When I disabled it in item view like you mentioned, that is exactly what it did. I could see it in category view still but not item view. I want to be able to just have it in item view and Not category view.. Any suggestions?
Please Log in or Create an account to join the conversation.
- Ryan James Ayres
-
- Offline
- New Member
- Posts: 4
Pete Stevens said:
further update - solution to chosen facebook image
found what seems like a nice simple plugin that picks the first image from article/item (or category if you have not disabled like at category level - see my earlier reply) and passes it through to facebook.So you just need to enable this plugin after installing and then make the image you want in facebook to be your first image in your article/item.
www.perfect-web.pl/download/joomla/plugins/file/7-facebook-l...
It does it by generating the necessary image_src meta tag, (slightly different format than I had specified in my experiment)
span class="start-tag">link href="http://www.url-imagepath/imagename.jpg" rel="image_src" />
but I guess it's the same thing
hope you guys can now get your k2 facebook like plugin to work how you want now, I'm happy with mine ;)
Pete
Pete Stevens said:
update:
I did an experiment. I've found that adding an image src tag into the template html tells facebook which image to use:
e.g.in the head section I added a tag of this format:
<link rel="image_src" href="http://www.url-imagepath/imagename.jpg"/>
facebook then used this specified image in the like link. Great.so then tech people, how can we dynamically generate this code so that the html for each item page includes a image-src tag for the image associated with the item?
n.b can add description and keyword metatags for each item using metadata information parameters but there is no option to add image meta as far as i can tell)
Pete
Pete Stevens said:
Hi Ryan,
to disable it from category view (so only shows on items):
go to each category where you want it disabled, or if you have set your categories to 'inherit parameter options from (a specified) category' then you can just disable it there so that all categories inherit the setting.
from the parameters select 'item view options in category listings' - scroll down to Advanced and change 'Enable k2 plugins' from yes to No
I don't think this plugin is for twitter to but you can use it in conjunction with AddThis (you can search the forum for AddThis info).
Unfortunatly I haven't yet cracked the problem that Kire is experiencing. I too am seeing an image (from the same page I think) other than the one I have associated with the item on the liked link in facebook.
Any ideas?
Pete
Please Log in or Create an account to join the conversation.