Saturday, 3 May 2014
POST SHARE WIDGET BUTTON IN BLOG


------------------------------------------------------------------------------------------------
COPY AND PASTE BELOW CODE BEFORE B SKIN TAG
]]></b:skin>
-----------------------------------------------------------------------------------------------
/* SHARE BUTTON */
#share-button{margin:0 0 8px -25px;padding:6px 3px 6px 18px;overflow:hidden;background:#E6E6E6;font-weight:400;box-shadow: 0 -1px 0 rgba(0,0,0,.2);}#share-button a{position:relative;float:left;background:#fff;border-radius:4px;border-bottom:1px solid #808080;display:block;color:#696969;padding:5px 8px 5px 31px;margin:0 3px 3px;font-size:15px}#share-button a:hover{box-shadow:0px 0px 3px rgba(1,1,1,.1)}
#share-button p{float:left;display:block;margin:3px 5px 0px 7px;border-radius:6px 6px;color:#696969;font-size:15px;font-family:Oswald,sans-serif;text-transform:uppercase}
.facebook:before{content:"\f082";font-family:fontAwesome;position:absolute;font-style: normal;font-weight: normal;text-decoration: inherit;font-size:25px;color:#2a69ad;padding:0;
opacity:0.9;top:0px;left:5px}
.gplus:before{content:"\f0d5";font-family:fontAwesome;position:absolute;font-style: normal;font-weight: normal;text-decoration: inherit;font-size:25px;color:#cf4438;padding:0;
opacity:0.9;top:0px;left:5px}
.twitter:before{content:"\f099";font-family:fontAwesome;position:absolute;font-style: normal;font-weight: normal;text-decoration: inherit;font-size:25px;color:#2aafdb;padding:0;
opacity:0.9;top:0px;left:5px}
.lintas:before{content:"\f0ac";font-family:fontAwesome;position:absolute;font-style: normal;font-weight: normal;text-decoration: inherit;font-size:25px;color:#d99c2b;padding:0;
opacity:0.9;top:0px;left:5px}
]]></b:skin>
-----------------------------------------------------------------------------------------------------
FIND INCLUDABLE POST TAG LINE AND RED CODE
<b:includable id='post' var='post'>
-------------------------------------------------------------------------------------------------------
<b:includable id='post' var='post'>
<div class='post'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<div id='share-button'>
<p>Share this : </p>
<a class='facebook' expr:href='"http://www.facebook.com/sharer.php?u=" + data:blog.url' rel='nofollow'>Facebook</a>
<a class='gplus' expr:href='"http://plus.google.com/share?url=" + data:blog.url' rel='nofollow'>Google+</a>
<a class='twitter' expr:href='"https://twitter.com/intent/tweet?url=" + data:blog.url + "&text=" + data:post.title + "&lang=id"' rel='nofollow'>Twitter</a>
<script>
//<![CDATA[
var uri = window.location.href;
var ttle = document.title;
document.write("<a class='lintas' href='http://www.lintas.me/?c=bookmarklet&url="+uri+"&title="+ttle+"' rel='nofollow' >Lintaskan</a>");
//]]>
</script>
</div>
</b:if>
<div class='clear'/>
-----------------------------------------------------------------------------------------------------------
OR USE THIS CODE
BUTTON PADDING CHANGE HEIGHT WIDTH
-----------------------------------------------------------------------------------------------------------
<html>
<head>
<link href="https://www.blogger.com/static/v1/widgets/1394523530-widget_css_bundle.css" rel="stylesheet" type="text/css">
<style>
a {
color: #C02CB0;
outline: none;
-webkit-transition: all 0.14s ease 0s;
-moz-transition: all 0.14s ease 0s;
-o-transition: all 0.14s ease 0s;
}
a:visited {
color: #C02CB0;
}
a:hover,
a:focus,
a:active {
color: #333;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<div class="post-share-buttons goog-inline-block">
<a class="goog-inline-block share-button sb-email" href="https://www.blogger.com/share-post.g?blogID=3182179529126073111&postID=7945224882709816027&target=email" target="_blank" title="Email This"><span class="share-button-link-text">Email This</span></a><a class="goog-inline-block share-button sb-blog" href="https://www.blogger.com/share-post.g?blogID=3182179529126073111&postID=7945224882709816027&target=blog" onclick="window.open(this.href, "_blank", "height=270,width=475"); return false;" target="_blank" title="BlogThis!"><span class="share-button-link-text">BlogThis!</span></a><a class="goog-inline-block share-button sb-twitter" href="https://www.blogger.com/share-post.g?blogID=3182179529126073111&postID=7945224882709816027&target=twitter" target="_blank" title="Share to Twitter"><span class="share-button-link-text">Share to Twitter</span></a><a class="goog-inline-block share-button sb-facebook" href="https://www.blogger.com/share-post.g?blogID=3182179529126073111&postID=7945224882709816027&target=facebook" onclick="window.open(this.href, "_blank", "height=430,width=640"); return false;" target="_blank" title="Share to Facebook"><span class="share-button-link-text">Share to Facebook</span></a><a class="goog-inline-block share-button sb-pinterest" href="https://www.blogger.com/share-post.g?blogID=3182179529126073111&postID=7945224882709816027&target=pinterest" target="_blank" title="Share to Pinterest"><span class="share-button-link-text">Share to Pinterest</span></a>
<a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
<img alt='EditPecilShopifyJs' class='g-profile' src='http://www.blogger.com/img/icon18_edit_allbkg.gif'/>
</a>
</div>
</body>
</html>
-------------------------------------------------------------------------------------------------------------
IF U DON'T USE BUNDLE CSS FILE USE THIS CODE
-------------------------------------------------------------------------------------------------------------
<style>
a {
color: #C02CB0;
outline: none;
-webkit-transition: all 0.14s ease 0s;
-moz-transition: all 0.14s ease 0s;
-o-transition: all 0.14s ease 0s;
}
a:visited {
color: #C02CB0;
}
a:hover,
a:focus,
a:active {
color: #333;
}
.post-share-buttons {
display: inline-block;
margin-top: .5em;
vertical-align: middle
}
.share-button {
width: 20px;
height: 20px;
background: url(https://www.blogger.com/img/share_buttons_20_3.png) no-repeat left !important;
overflow: hidden;
margin-left: -1px;
position: relative
}
.dummy-container,.google-plus-share-container {
vertical-align: top;
padding-left: .3em
}
a:hover.share-button {
text-decoration: none;
z-index: 1
}
.share-button-link-text {
display: block;
text-indent: -9999px
}
.sb-email {
background-position: 0 0 !important
}
a:hover.sb-email {
background-position: 0 -20px !important
}
a:active.sb-email {
background-position: 0 -40px !important
}
.sb-blog {
background-position: -20px 0 !important
}
a:hover.sb-blog {
background-position: -20px -20px !important
}
a:active.sb-blog {
background-position: -20px -40px !important
}
.sb-twitter {
background-position: -40px 0 !important
}
a:hover.sb-twitter {
background-position: -40px -20px !important
}
a:active.sb-twitter {
background-position: -40px -40px !important
}
.sb-facebook {
background-position: -60px 0 !important
}
a:hover.sb-facebook {
background-position: -60px -20px !important
}
a:active.sb-facebook {
background-position: -60px -40px !important
}
.sb-buzz {
display: none !important
}
.sb-pinterest {
background-position: -100px 0 !important
}
a:hover.sb-pinterest {
background-position: -100px -20px !important
}
a:active.sb-pinterest {
background-position: -100px -40px !important
}
.sb-google {
background: url(https://www.blogger.com/img/plusone/plusonepreview.png) no-repeat;
height: 20px;
vertical-align: top;
width: 82px
}
.goog-inline-block {
position: relative;
display: -moz-inline-box;
display: inline-block
}
* html .goog-inline-block {
display: inline
}
*:first-child+html .goog-inline-block {
display: inline
}
.goog-custom-button {
margin: 2px;
border: 0;
padding: 0;
font-family: Arial,sans-serif;
color: #000;
text-decoration: none;
list-style: none;
vertical-align: middle;
cursor: default;
outline: none
}
.goog-custom-button-outer-box,.goog-custom-button-inner-box {
border-style: solid;
border-color: transparent;
vertical-align: top
}
.goog-custom-button-checked .goog-custom-button-outer-box,.goog-custom-button-checked .goog-custom-button-inner-box {
border-color: #ccc
}
.goog-custom-button-outer-box {
margin: 0;
border-width: 1px 0;
padding: 0
}
.goog-custom-button-inner-box {
-moz-box-orient: vertical;
margin: 0 -1px;
border-width: 0 1px;
padding: 3px 4px;
white-space: nowrap
}
* html .goog-custom-button-inner-box {
left: -1px
}
* html .goog-custom-button-rtl .goog-custom-button-outer-box {
left: -1px
}
* html .goog-custom-button-rtl .goog-custom-button-inner-box {
right: auto
}
*:first-child+html .goog-custom-button-inner-box {
left: -1px
}
*:first-child+html .goog-custom-button-rtl .goog-custom-button-inner-box {
left: 1px
}
::root .goog-custom-button,::root .goog-custom-button-outer-box {
line-height: 0
}
::root .goog-custom-button-inner-box {
line-height: normal
}
.goog-custom-button-active,.goog-custom-button-checked {
background-color: #faf6bc;
background-position: bottom left
}
.blog-mobile-link {
padding: 15px
}
#mobile-share-button {
height: 18px;
padding: 1px 10px;
text-align: center;
vertical-align: top;
margin: 0
}
#mobile-share-button a {
display: block;
height: 100%;
line-height: 18px;
width: 100%
}
.mobile-share-panel-outer {
background: #444
}
.mobile-share-panel-inner {
background: #fff;
border-bottom-left-radius: 2px 2px;
border-bottom-right-radius: 2px 2px;
border-radius: 3px;
-webkit-border-radius: 3px;
font-family: Arial;
font-size: 18px;
color: #666
}
.mobile .mobile-share-panel-inner a {
display: block;
color: #666
}
.mobile-share-panel-title {
background: #f5f5f5;
border-bottom: 1px solid #eee;
border-top-left-radius: 2px 2px;
border-top-right-radius: 2px 2px;
height: 25px;
line-height: 25px;
padding: 10px 10px 10px 20px
}
.mobile a.mobile-share-panel-button {
background: #fff url(/img/mobile_share_icons4.png) no-repeat left !important;
border-bottom: 1px solid #eee;
height: 50px;
line-height: 30px;
padding: 10px 0 10px 65px;
width: 100%;
-webkit-box-sizing: border-box
}
.mobile-share-panel-button-close {
font-size: 26px;
float: right;
height: 25px;
line-height: 25px;
text-align: center;
width: 25px
}
.mobile a.mobile-share-panel-button-email {
background-position: 10px 0 !important
}
.mobile a.mobile-share-panel-button-facebook {
background-position: 10px -50px !important
}
.mobile a.mobile-share-panel-button-twitter {
background-position: 10px -100px !important
}
.mobile a.mobile-share-panel-button-googleplus {
background: #fff url(https://www.gstatic.com/images/icons/gplus-32.png) no-repeat left !important;
background-position: 19px 9px !important
}
.mobile a.mobile-share-panel-button-buzz {
background-position: 10px -150px !important;
border-bottom-left-radius: 2px 2px;
border-bottom-right-radius: 2px 2px
}
.svg-icon-24 {
height: 24px;
width: 24px
}
</style>
-------------------------------------------------------------------------------------------------------------
ADD TO ANY WIDGET ON BLOGGER
-------------------------------------------------------------------------------------------------------------
<script>
var a2a_config = a2a_config || {};
a2a_config.overlays = a2a_config.overlays || [];
a2a_config.overlays.push({
services: ['pinterest', 'facebook', 'houzz', 'tumblr'],
size: '50',
style: 'horizontal',
position: 'top center',
});
</script>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<img src="https://www.w3schools.com/css/img_5terre.jpg" width="400" height="400">
-------------------------------------------------------------------------------------------------------------
OR USE THIS CODE
-------------------------------------------------------------------------------------------------------------
<script src='https://platform-api.sharethis.com/js/sharethis.js#property=61730d7c6c54f40014a7faf3' type='text/javascript'></script>
<img src="https://i.ebayimg.com/00/s/MTYwMFgxMjE5/z/hNoAAOSwQqRfy94H/$_57.JPG" alt="Primzon">
-------------------------------------------------------------------------------------------------------------
HOW BUTTON IMAGE SHARE ON FACE BOOK
https://www.w3schools.com/howto/img_snow.jpg
OR USE
https://fbgadgets.blogspot.com/2016/08/button-change-into-dropdown-menu.html
-------------------------------------------------------------------------------------------------------------
<a target="_blank" href="http://www.facebook.com/sharer.php?u=https://www.w3schools.com/howto/img_snow.jpg">
<button class="btn">Facebook Button With W3 School Link</button>
</a>
-----------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------POST SHARE WIDGETFACEBOOK IMAGE ON BACKGROUND IMAGE
------------------------------------------------------------------------------------------------------------------<!-- https://stackoverflow.com/questions/48474/how-do-i-position-one-image-on-top-of-another-in-html -->
<style>
.RelativeBackGroundImage{
height:300px;
width:300px;
border: 1px red solid;
cursor: pointer;
/* RelativeBackGroundImage POSITION */
position: relative;
top: 0;
left: 0;
}
.AbsoluteFrontImage {
display: none;
}
.RelativeBackGroundImage:hover .AbsoluteFrontImage {
display: block;
height:60px;
width:60px;
/* AbsoluteFrontImage POSITION */
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
</style>
<body>
<div class="RelativeBackGroundImage" style="background-image: url(https://www.w3schools.com/css/img_5terre.jpg);">
<a target="_blank" href="http://www.facebook.com/sharer.php?u=https://www.w3schools.com/css/img_5terre.jpg">
<div class="AbsoluteFrontImage" style="background-image: url(https://img.icons8.com/ios-glyphs/2x/facebook.png);">
</div>
</a>
</div>
</body>
------------------------------------------------------------------------------------------------------------------
Related movie you might like to see :

INTENSO MAGENTO QUICK VIEW BUTTON

Magento Hello World Module (Extensi...

FEATURE POST WIDGET IN BLOG

IMPORT SQL CSV FILE ON PHPMYADMIN

Direct Link Generator CODE

Direct Links to your Files on Googl...

PHP CONTACT FORM WITH CAPTCHA

ON LINE JAVA LIBRARY

GOOGLE PROJECT HOSTING

PRESTASHOP THUMBNAIL WITH HOVER EFF...

SUBSCRIPTION BOX VIA EMAIL IN BLOGS...

PRINT STAR PATTERN IN JAVA SCRIPT

GOOGLE CONSOLE

GOOGLE CHROME EXTENSION FILE SAVE O...

OPEN DESKTOP TEXT FILE BY COMMAND P...

BLOGGER WIDGETS

GOOGLE FILTER BUTTON IN IMAGE SEARC...

BODY JS FILE LINK IN MAGENTO
?
+
X
Recommended for you
Loading..
Related Post for POST SHARE WIDGET BUTTON IN BLOG
POPULAR POST WIDGET ADOSOSIVE STYLE -------------------------------------------------------------------------------------------------------- 1- USE THIS OR OTHER TEMPLATE Read More For Multi Colors:http://fbgadg…
PRESTA CSS JS FILE LINKS REMOVE BY DELETE FILES ------------------------------------------------------------------------------------------------------------------ YOU TUBE LINK https://youtu.be/UbE4O--D9i4?list=PL4AC2C4F0F53…
AMAZON CLOUD DRIVE 4. Upload or Create a Book Cover https://kdp.amazon.com/title-setup/AE765ZNTFBBPJ https://kdp.amazon.com/help?topicId=A3CDGNR40RY9I9&ref_=k…
Direct Link Generator CODE ----------------------------------------------------------------------------------------------------- CODE: -------------------------------------------------------------------…
RENAME DOCS FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME docs To …
POST LOADER TEMPLATE -------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE --------------------------------------------…
ADD POP UP REMOVER STEP 2: Remove FocusBase pop-up ads from Internet Explorer, Firefox and Google Chrome with AdwCleaner The AdwCleaner utility will scan your computer and web browser for …
RECAPTCHA REGISTER FORM READ MORE: http://patrickdesjardins.com/blog/how-to-add-recaptcha-to-your-asp-net-mvc4-register-form http://www.wpfreeware.com/tutorial/15-free-wordpress-rating-plugins/ …
RENAME DOWNLOAD FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME download To DOG 1…
DEFAULT BOOT STRAP WORD IN 13 FILES PRESTASHOP ------------------------------------------------------------------------------------------------------------------ 1.C:\wamp\www\PrestaShop\README.md 2.&nbs…
RENAME PDF FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME pdf To PAK 1) …
RENAME ADAPTER FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME adapter To APPLE…
NEWS TICKER BLOGGER TEMPLATES ---------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODEIN BLOGGER TEMPLATE -----------------…
BLOG FILE HOSTING GOOGLE PROJECT WITH TORTOISE SVN SOFTWARE EDIT HTML PAGE IN GOOGLE - YouTube ▶ 4:19 https://www.youtube.com/watch?v=Q4yfMqPFSYE 16 mins ago - Uploaded by SAVE MONEY http://fbgadgets.blogspot.co.uk/2016/09/…
BLOG HOSTING HELP DIRECT LINKS TO YOUR FILES ON GOOGLE DRIVE - YouTube ▶ 5:17 https://www.youtube.com/watch?v=ehue47G5ayc 14 hours ago - Uploaded by SAVE…
PAGE NAVIGATION WITH TITLE AND THUMBNAIL IN BLOG ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE RED JAVA CODE AND JAVA FILE LINK PAG…
DRAG AND DROP MULTIPLE UPLOAD ------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE IN NOTE PAD AND SAVE IN HTML FILE -----------…
RECENT OR FEATURE POST LIST BADGE WIDGET WITH GOOGLE PROJECT ----------------------------------------------------------------------------------------------------------- ADD HTML JAVA WIDGET AND PASTE BELOW CODE CHANGE BLOG URL FIND THI…
SHOPPING CART IN SIDEBAR TEMPLATE METHOD HOW TO ADD POST IN THIS TEMPLATE SHOPPING CART IN SIDEBAR TEMPLATE http://fbgadgets.blogspot.co.uk/2014/08/shopping-cart-template-with-view-cart.html http://fbgadge…
MAKE WODPRESS THEME ------------------------------------------------------------------------------------------------------------------------ MAKE AND SAVE ALL FILE ONE BY ONE IN SAME FOLDER -…
PHP CONTACT FORM WITH CAPTCHA ------------------------------------------------------------------------------------------------------------------ BEFORE SEND MESSAGE 1) FIRST SOVLE SMTP PROBLEM …
BLOGGER GRID LIST SHOPPING CART TEMPLATE ---------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE READ MORE: http://fbgadgets.blogspot.co.u…
Platinum Arts Sandbox Free 3D Game Maker ----------------------------------------------------------------------------------------------------- READ MORE: ------------------------------------------------------…
RENAME CORE FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME Core To COAT 1) GO…
BlogPagerWithJavaCode BLOG PAGER - YouTube ▶ 6:22 https://www.youtube.com/watch?v=u54p0R8tS30 4 mins ago - Uploaded by SAVE MONEY BLOG PAGER ... how to create paging,pagination in …
FONT LINE FIND IN PRESTA SHOP FILE SEEK SOFTWARE -------------------------------------------------------------------------------------------------------------------------- USEFULL LINKS http://alternativeto.net/software/filese…
SELL YOUR APPS READ MORE: http://www.chupamobile.com/app-source-code …
AFTER INSTALL PRESTASHOP MAKE NEW FOLDERS ----------------------------------------------------------------------------------------------------------------- BEFORE INSTALL PRESTASHOP TWO BLANK FOLDERS CACHE SMARTY…
Facebook App With or Without SSL Certificate How to Make Your Facebook App SSL Secure Facebook recently determined that they wanted to go all “SSL-Only.†This shouldn't be new news to anyone but has…
POST LOADER TEMPLATE ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE ---------------------------------------…
Recommended Post Slide out for Blogger ---------------------------------------------------------------------------------------------------- RECOMMENDED POST SLIDE OUT FOR BLOG - YouTube ▶ 2:50 https:/…
RENAME CSS FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME css To CAT 1) BEFO…
RECENT/FEATURED POST THUMBNAIL IMAGE IN SIDEBAR ---------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE -----------------------------------------------------…
HOME FEATURE TAB CHANGE IN PRESTASHOP ------------------------------------------------------------------------------------------------------------------ AFTER PRESTA SHOP INSTALLATION FIND REQUIRE FILE ONE…
CHANGE MENU CSS COLOR IN PRESTASHOP ---------------------------------------------------------------------------------------------------------------------- OR USE THIS CODE INSIDE FILE C:\wamp\www\PrestaShop\them…
POPULAR POST SCROLL IN SIDEBAR TEMPLATE -------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE --------------------------------------------…
FREE SLL CERFICATE BY AZURE MICROSOFT FOR FACEBOOK READ MORE: http://azure.microsoft.com/en-us/documentation/articles/cloud-services-configure-ssl-certificate/#step1 http://azure.microsoft.com/en-us/pricing/free-trial/ …
RENAME CACHE FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME cache To CASH 1) G…
PAGE NAVIGATION WITH TITLE AND THUMBNAIL BY HTML/JAVA WIDGET ------------------------------------------------------------------------------------------------------- ADD HTML/JAVA WIDGET IN BLOG COPY AND PASTE BELOW CODE ---------------…
Popular Posts Widget for Blogger Tweak ---------------------------------------------------------------------------------------------------------- 1- ADD POPULAR POST WIDGET IN BLOG 2- ADD HTML/JAVA WIDGET IN BLOG A…
PRESTASHOP THUMBNAIL WITH HOVER EFFECT ----------------------------------------------------------------------------------------------------------- PRESTASHOP THUMBNAIL WITH HOVER EFFECT STEP1: GO INSIDE IN BELOW LIN…
GOOGLE PROJECT HOSTING ------------------------------------------------------------------------------------------------------------- STEP:1 LOGIN YOUR GOOGLE ACCOUNT STEP:2 GO TO SITE https://code.…
ABSOLUTE POPUP BOX WITH PRINT ----------------------------------------------------------------------------------------------------------------- POP BOX WITHOUT JAVA CODE 1: COPY AND PASTE BELOW CODE IN POS…
SSL WEBSITE CHECKER FOR FACEBOOK -------------------------------------------------------------------------------------------------------- READ MORE: I F YOUR WEBSITE SSL CERTIFICATE CHECK TWO THINGS &n…
25 JS FILES DELETE IN PRESTASHOP ------------------------------------------------------------------------------------------------------------------ NO:1 JS FILE DELETE jquery-1.11.0.min.js FILE IN …
BLOGGER GRID LIST SHOPPING CART TEMPLATE ---------------------------------------------------------------------------------------------------------- READ MORE: http://fbgadgets.blogspot.co.uk/2014/08/blogger-grid-list…
PAGINATION IN BLOG ---------------------------------------------------------------------------------------------------------- 1- FIND BODY CLOSE TAG AND REPLACE WITH BELOW CODE READ MORE: http:/…
UNITY 3D DECOMPILER OBFUSCATOR Unity3d decompiler - unpack data from the compiled .unity3d project to the specified directory. This item is available for .unity3d projects (Web Player, Web Player Streamed…
POPULAR POST WIDGET DIFFERENT STYLES ------------------------------------------------------------------------------------------------------ STYLE 1: ---------------------------------------------------------------…
GENERIC BLOGGER TEMPLATE WITH CSS HEADER IMAGE AND PAGINATION ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE READ MORE BUTTON WITHOUT VARIABLE COD…
CANVAS GAMES TUTORIAL ON FACE BOOK Facebook enables game developers to add social features into their games, providing rich social interactions between players while improving virality and enabling organic growt…
SHOPPING CART IN SIDEBAR TEMPLATE ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE: REMAINING PART http://fbgadgets.blogspo…
RENAME CONTROLLERS FOLDER IN PRESTASHOP ------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME contr…
PRESTASHOP HOME PAGE TAB BREAD CRUMBS STYLE ----------------------------------------------------------------------------------------------------------------- YOUTUBE LINK: https://www.youtube.com/watch?v=96BeqS8bueU 0) …
BASIC TEXT OR SCROLL BOX OR IMAGE SRC HTML CODES ------------------------------------------------------------------------------------------------------ CODE 1 ------------------------------------------------------------------…
Labels:
BLOGGER WIDGETS,
P
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.