-
AuthorPosts
-
December 2, 2010 at 11:42 am #156980
Hello:confused:
to want to add the code of ” me gusta” facebook, in the position that I indicate in the image
http://www.inspirahealth.es/tienda/
codes serious this, the one that better serves to meiframe
<iframe src=”http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fplatform&width=292&colorscheme=light&connections=10&stream=true&header=true&height=587″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:292px; height:587px;” allowTransparency=”true”></iframe>XFBML
<script src=”http://connect.facebook.net/en_US/all.js#xfbml=1″></script><fb:like-box href=”http://www.facebook.com/platform” width=”292″ connections=”10″ stream=”true” header=”true”></fb:like-box>thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 8, 2010 at 2:32 am #365687You open the file /templates/ja_zeosolite/index.php and find the following code
you find:
[PHP]<?php if ($jamenu) $jamenu->genMenu (0); ?>
[/PHP]
replace:
[PHP]
<?php if ($jamenu) $jamenu->genMenu (0); ?>
<div class=”floatmenu”>
PUT YOUR CODE IN HERE
</div>
[/PHP]and add the following code into the template.css file:
.floatmenu{
width:100px;
position:absolute;
top:10px;
right:0;
background:red;
height:30px;
}AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Saguaros 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
to add " me gusta" of faceebook
Viewing 2 posts - 1 through 2 (of 2 total)