Extension, Plugin

Archived
Forum
(read-only)

EE ShareThis

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Protean Web

     

Google Plus won’t show

Support Request

Billy
Billy

I am unable to get the google plus icon to show, the page is allocating space for the icon, but nothing is showing.
Here is what I have:

—Start Entries Loop—

{exp:sharethis:plusone url=”{path=resources/{url_title}}” display=”“}

—End Entries Loop—

am i doing something wrong?

jayalfredprufrock
# 1
Developer
jayalfredprufrock

Technically I believe that should work. Have you saved the extension settings page, and if so, what is set as the default google plus display type? Have you tried leaving off the display parameter all together, or using display=“button”, display=“large”, display=“vcount”, or display=“hcount”?? Finally, could you post the <SPAN> html that the tag produces so I can have a better idea of what is going on (you don’t need to include everything within the tag, just the outer span) ?

Thanks

Billy
# 2
Billy

Yes, have saved the extensions page. The default GP display type is “button”.
I have tried other display options and the only think that changes is that a strange orange icon appears. An orange circle with a blue border. (Hope that makes sense).

This is the span tag:
===
<span class=“st_button” st_url=“http://localhost/index.php/free_resources/test_resource” st_title=“Page Title” st_image=”” st_summary=”” st_processed=“yes”> ... </span>
==

jayalfredprufrock
# 3
Developer
jayalfredprufrock

Hi Billy, I believe I discovered what was causing your problem and have implemented a fix in an updated release. Please download version 1.2.1 and let me know if your issue has been resolved. Thanks!

Billy
# 4
Billy

Perfect!! Works.. thanks!