cancel
Showing results for 
Search instead for 
Did you mean: 

Google Plus Badge

simonpennycook
Member

Wherever I paste the code for a Google Plus Badge using the Edit HTML Source option in Easysitewizard Pro, the icon always appears in the top left hand corner of the page. As I already have an image in that location, the Google Plus Badge is always hidden. The code I use is:

<!-- Place this code where you want the badge to render. -->
<a href="https://plus.google.com/101560853443212199687?prsrc=3"
   rel="publisher" target="_top" style="text-decoration:none;">
<img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:32px;height:32px;"/>
</a>

The icon is not draggable so I can't move it to where I would want it.

Can anyone tell me what I need to do to get the icon to where I want it to appear? Or is it just not possible? I notice there is a widget for Facebook and Twitter but not for Google Plus. Is this is the reason? Thanks. 

3 REPLIES 3

netofy
Member

If you just want to bring it to the front then try

 

replacing 

 

<img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:32px;height:32px;"/>

 

with this

 

<img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="z-index:9999border:0;width:32px;height:32px;"/>

 

 

simonpennycook
Member

Hi netofy

 

Thanks for the feedback. I did want to render the image at the bottom of the page so that it is alongside the Facebook icon, except the icon always appears in the top left hand corner regardless of where I paste the code using the Edit HTML Code option in EasySiteWizard Pro.

The widget BT provides for Facebook has a "draggable" quality. I can't find an equivalent for a Google Plus icon anywhere on Google. So I feel really stuck. Do you know how to get round this one?


Thanks


Simon

netofy
Member

I'm sure there's a way. Maybe post your link (or pm me iif you prefer) and I can have a look (it'd be better if it's a page with the g+ button on it even if it's in the wrong position)

 

I don't use EasySiteWizard Pro myself but it's all html at the end of the day. Tell me does EasySiteWizard Pro have the ability for you to make your own widgets? (Just checked - it doesn't seem so)

 

 

What I'd try is adding a table and positioning that table (1 row and 1 column per button) where you want your social buttons then put those buttons inside of that table giving them eacha column then make the table border invisible.