Jump to content

[solved] How do I add the facebook like button under my page logo


Recommended Posts

hmm you can use free module like html box or content box, paste your like button code to the div:

 

<div style="position:absolute; top:100px; left:20px;">
YOUR CODE HERE
</div>

 

then use this code in the TOP hook:

btFsTtw.png

 

you can manipulate with top & left params in the <div> to place button exactly there, where you want

you can aslo move the module under the modules > positions tab in BO

  • Like 1
Link to comment
Share on other sites

hmm you can use free module like html box or content box, paste your like button code to the div:

 

<div style="position:absolute; top:100px; left:20px;">
YOUR CODE HERE
</div>

 

then use this code in the TOP hook:

btFsTtw.png

 

you can manipulate with top & left params in the <div> to place button exactly there, where you want

you can aslo move the module under the modules > positions tab in BO

 

Thank you for the answer.

 

If the logo was in any module I would modified the .tpl and include the code for the Facebook button in there. I am interested in that button to appear right under the logo.

Is there any other way in which this task can be accomplish without the use of any additional free module?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...