Update 2.0.1:
——————————————————————————————————————————————————————————————————————
It’s been well over a year since LG Social Bookmarks 1.0 was released so an update was due.
Introducing LG Social Bookmarks 2.0 - Now an ExpressionEngine extension.
Why an extension instead of a module?
Well for a couple of reasons..
As far as the code goes parts have been rewritten for speed gains although the front end impact is miniumn. The only thing you should need to do is remove the exp: prefix from the {lg_social_bookmarks} tag pair after upgrading.
So if you have any support requests, comments or anything else to ask I’ll try and answer them in this thread.
Don’t forget that if you enjoyed this extension please bookmark it, post a tweet, write a blog post or link to the documentation!
Cheers Leevi
Leevi,
Thanks for this extension update.
When I install it and enter the sample code, I get an error:
Notice: Undefined index: permalink in /www/pmh4547/public_html/tci/extensions/ext.lg_social_bookmarks_ext.php on line 655
It still displays the weblog entry page (and the icons) that I have this on, but when I go to bookmark anything, it doesn’t carry the URL through.
Also, I’m pretty sure I have the paths set up correctly, but it still doesn’t display any images on the back end in the extension settings.
One more thing, it’s a little confusing (in the docs) where jquery has to be enabled. I assume you only mean the back end, for the extension setting page’s purposes, but one could assume that you have to have jquery enabled on the weblog entry page from the way you’ve written it.
Cheers
R o B
Leevi, Thanks for this extension update. When I install it and enter the sample code, I get an error:It still displays the weblog entry page (and the icons) that I have this on, but when I go to bookmark anything, it doesn’t carry the URL through. Also, I’m pretty sure I have the paths set up correctly, but it still doesn’t display any images on the back end in the extension settings. One more thing, it’s a little confusing (in the docs) where jquery has to be enabled. I assume you only mean the back end, for the extension setting page’s purposes, but one could assume that you have to have jquery enabled on the weblog entry page from the way you’ve written it. Cheers R o BNotice: Undefined index: permalink in /www/pmh4547/public_html/tci/extensions/ext.lg_social_bookmarks_ext.php on line 655
Hey Rob,
Can you paste your template into a pastie so I can have a look. Version 2.0.1 will now output an error if the permalink tag parameter cannot be found.
Cheers Leevi
Hi leevi,
Thanks for the update but the file I just downloaded 2.0.1 and nothing seems to have changed. The version in the CP did not change either. It still says 2.0.0 and the file size appears to be the same. (not sure if that helps. Thanks again.
BTW. I was having issues with your plugins last week or so and now with the updates things are working nicely. except this little issue here. I appreciate your hard work. 😊
Thanks for the quick reply.
After downloading again I was immediatley hit with an error which says that the permalink must be a full path url. which does not reflect the code example. (small thing) after fixing the path I get the same un-altered tag printed out again. Note: The title and permalink are replaced fine with the proper information. Hope that helps.
Thanks again Leevi
{exp:weblog:entries weblog="reviews" limit="1"}
{lg_social_bookmarks title="{title}" permalink="http://my_secret_url/reviews/permalink"}
Enjoy this post? Share it with others.
<ul>
{social_sites}
<li>
<a href="http://{social_site_url}" title="Bookmark on: {social_site_name}">_ /themes/cp_global_images/lg_social_bookmarks/favicons/{social_site_img_url}_ <span>Bookmark on {social_site_name}</span>_ </a>
</li>
{/social_sites}
</ul>
{/lg_social_bookmarks}
{/exp:weblog:entries}
I copied this from your site nothing, fancy just to test it out.
error which says that the permalink must be a full path url
The only error message that should appear is one that states the permalink parameter is required:
“There is no “permalink” parameter in the {lg_social_bookmarks} tag. Please check the documentation for more information.”
Is that the error you are referring to?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.