Showing posts with label Social Media. Show all posts
Showing posts with label Social Media. Show all posts

Wednesday, 12 June 2019

How to Add Floating Sharing Bar in Blogger


This is one of the few social sharing widgets that took a lot of my time in designing it.

You have seen the trend of floating sharing count buttons on popular blogs. The traditional icons are now replaced with auto incremented counter buttons that are updated in seconds.

We created different versions of this bar applying both Jquery effects and CSS3 styles but this widget is different because it contains custom twitter, Pinterest and an Email button.

Services like Addthis and Sharethis are both doing a great job but they still need to work on some of their plugin integration conflicts.

Pinterest pin it buttons are causing great trouble and it badly fails in fetching the correct thumbnail image. In most cases it does not even select a image thus making the entire pinning concept tasteless.

We however redesigned the widget provided by shareThis to create a new one by correcting all flaws. This sharing bar would float to the left of your blog posts and would float as the visitor scrolls up or down.

This widget contains counters of important social networking sites that has the potential to bring you traffic by circulating your content to a wider audience.

We have tested the widget on major browsers like IE7+, Firefox, Chrome etc. and found it working just fine with no compatibility issues or design conflicts. Developers and bloggers are requested to link back to this post if in case they wish to share our code with their readers. Lets get to work now!

Which Social Networking Buttons To Use?

Your first priority should always be Facebook, Google+, Twitter, LinkedIn and Now Pinterest. All these sharing counters play well in circulating your content over a wide range of visitors.

Social Media is a non-stoppable engine, which if driven correctly and carefully can bring tons of valuable traffic each visitor worth a dollar. Since displaying too many count boxes could surely effect your blog load time therefore we have added a AddThis share button which provides visitors with over 330+ social sharing options all at one place. you can also add share button below posts to increase blog trafic See Here Add social media share button below each post in blogger

Why not use JQuery?

Ignore JavaScript and its library which is Jquery as much as possible. Browsers like Internet Explorer still lacks support to all functionalists offered by j query. Moreover JavaScript is responsible for a great percentage of your overall blog load time. 

How it works?

We have integrated both Addthis and ShareThis service in it. In order to customize the twitter button and others we took the Sharethis default code and customize it to change the button image, bubble size and count text. The widget that we initially developed looks extremely attractive compared to this one. You can see the first designed draft version in the screenshot below:

You can observe that both Twitter, Google Plus, Pinterest and Stumbleupon are displayed with custom shapes, same sizes and different count colors. I spent a lot of time trying to make all buttons of the same size by using a common image linked by a sprite but the only problem with this plugin is that the counts wont show the official numbers registered at Twitter, Google and pinterest servers but they will show increments registered at ShareThis. If you add this sharing bar to your blog, you will see zero on all counters unless someone clicks them and circulates your content.


To correct this issue I had to unfortunately dropped the idea of sharing the above designed version and share this tutorial widget instead. However the widget on our blog still contains the twitter button which wont display official count but that of ShareThis. If you would like to replace it with the official big size twitter count box then you can surely do this by customizing the code shared below.

Adding Floating Bar To Blogger

The steps are kept extremely easy to apply. All you need is to copy and paste the long chunk of code we developed and tested all day. Follow these friendly steps:
  1. Go to Blogger > Template
  2. Backup your template
  3. Click Edit HTML
  4. Click Proceed
  5. Then Click Expand Widget Templates
  6. Search for 
<b:includable id='post' var='post'> 
    7.Just below it paste the following code

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<style>
.mbt_social_floating{
position:fixed; bottom:10%; margin-left:-60px; float:left; width:60px;
background-color:#f7f7f7; padding: 5px 0 0px 0px;
border-top:1px solid #ddd;
border-left:1px solid #ddd;
border-bottom:1px solid #ddd;
z-index:9999px !important;
border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}
.mbt_social_floating .mbt_side_social_button{
margin-bottom:5px;
float:none;
height:auto;
width:60px;
}
.mbt_social_floating .st_twitter_vcount, .mbt_social_floating.st_plusone_vcount, .st_email{
margin-left:5px;
}
.mbt_social_floating .st_fblike_vcount{
margin-left:5px;
}
.mbt_social_floating .stButton_gradient{
background:none !important;
height:21px !important;
padding-left:0 !important;
}
.mbt_social_floating .chicklets, .mbt_social_floating .stMainServices { background:url(&#39;http://1.bp.blogspot.com/-r3RYZkB4Pis/T7alrxNFYyI/AAAAAAAAGc4/ TCBwHNxEwR4/s400/gc_social_sprite.gif&#39;) no-repeat !important; height:19px !important;
width:45px !important;
padding:0 !important;
}
.st_email .chicklets{
background-position:0 -77px !important;
background-image:url(&#39;http://1.bp.blogspot.com/-r3RYZkB4Pis/T7alrxNFYyI/AAAAAAAAGc4/ TCBwHNxEwR4/s400/gc_social_sprite.gif&#39;) !important;
}
.mbt_social_floating .st_twitter_vcount .st-twitter-counter{ background-position:0 -58px !important;
}
.mbt_social_floating .stButton_gradient{
border:none !important;
}
.mbt_social_floating .stBubble_count{
width:44px !important;
font-size: 15px !important;
font-weight: normal !important;
padding-top:7px !important;
height:23px !important;
background:none !important;
}
.mbt_social_floating .st_twitter_vcount .stBubble_count{ color:#00a6df;
background-color:#f8fbfc !important;
}
.st_fblike_vcount{
margin-bottom: 0px;
display: block;
}
.st_twitter_vcount{
margin-bottom: 3px;
display: block;
}
.st_email{
margin-bottom: 5px; margin-top: 3px;
display: block;
}
.mbt_social_floating .stBubble{
background-position: 21px 31px !important;
height:35px !important;
}.mbt_social_floating .st_pinterest_vcount{ margin-left:5px;}.mbt_social_floating .st_pinterest_vcount .st-pinterest-counter{ background-position:0 -19px !important;}.mbt_social_floating .st_pinterest_vcount .stBubble_count{ color:#FF0505; background-color:#fbf8f8 !important;
}.mbt_social_floating .st_pinterest_vcount .stBubble{ background-image:url('http://1.bp.blogspot.com/-meqDjtBStCA/ULFkqTG88qI/AAAAAAAAIGs/hjCRAqGL270 /s400/bubble_arrow_pinterest.png') !important;}.st_pinterest_vcount{ margin-bottom: 0px; display: block;}</style>
<div class='mbt_social_floating'>
<script type='text/javascript'>var switchTo5x=true;</script>
<script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/>
<script type='text/javascript'>stLight.options({onhover:false, , doNotHash: true, doNotCopy: true, hashAddressBar: false});</script>
<!-- No more works properly so removing it from mbt list --!>
<span class='st_fblike_vcount' displaytext=''/>-->
<div style='margin:0px 0 0px 10px;'><div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/><fb:like font='' href='' layout='box_count' send='false' show_faces='false'/></div>
<span class='st_twitter_vcount' displaytext='' st_via='learnblogger'/> <span class='st_pinterest_vcount' displaytext=''/><div style='margin:0px 0 0 5px;'>
<span class='st_plusone_vcount' displaytext=''/>
</div>
<div class='addthis_toolbox addthis_default_style ' style='margin:5px 0px 5px 8px;'>
<a class='addthis_counter'/>
</div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'/>
<script type='text/javascript'>
var addthis_config = {
ui_cobrand: &quot;MY BLOGGER TRICKS&quot;,
ui_header_color: &quot;#ffffff&quot;,
ui_header_background: &quot;#0080FF&quot;
}
</script>
<span class='st_email' displaytext=''/>
<p style=' line-height:0px; font-size:10px; font-weight:bold; text-align:center;'><a href='http://mybloggertutorials.blogspot.com/2014/05/how-to-add-floating-sharing-bar-in.html' style='color:#CAC8C8;'>Widgets</a></p>
</div>
</b:if></b:if>

Just replace learnblogger with your twitter username. 

  2.  Save your template and you are all done! 

Optional step:

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

Need Help :

This floating bar would display on post pages only and wont display on homepage. 

The widget has a white background and floats to the left of blog posts. 

If you want it to float to right then all you need is to edit the part of the code bolded in black. 

You can surely ask for my help which would be no less than a pleasure. Please post any query you may have in the comment box below. Till then take good care of yourselves and your loved ones. Peace and blessings pals! :)

KEEP READING

Attracting traffic from facebook to your blog



Facebook is the top social media website, moreover it is ranked second after Google according to Alexa. It has around 1 billion active users and receive more then 3 billion likes and comments everyday. So you can imagine the amount of traffic you can generate to your blog from Facebook by taking some effective steps. In this article i will share with you few tips to increase traffic to your blog. If you are following this methods then its really good, but if you are not then you must start following as it will really help you to reach more audience and eventually result in greater traffic.

1. Making Facebook Fan Page

You can increase traffic to your blog by making a fan page or brand page of your blog. Now a days majority of bloggers have a fan page. If a person likes your page he receives daily update of your blog directly on his profile or news feed. The more Facebook likes you have, greater is the traffic from Facebook. If you don't have a fan page then go to Facebook page and create one. Just creating Facebook page is not enough, you will need a Facebook Like Box widget for your blog which will allow your blog visitors to like you Facebook page from within your blog. In order to get this widget for your blog check tutorial given below.

3. Adding Good Friends

Add some good Facebook friends that are from your niche, who's blog posts you enjoy reading. By liking and commenting on their post, their followers will see your action on their page and might check your blog. If you blog content is good and impressive you might turn this visitors to your follower. This seem to look long process but it really effective and works very well.

2. Interacting Or Commenting

Interacting with people, helping them with their problems, appreciating fellow bloggers work can help you to stand out among other users and get you respect of other bloggers and even their followers. Commenting on their fan page, liking their post will make you visible or active in social media and help you to achieve more fans and the result you know, more traffic. But some bloggers try to spam by commenting on their profile or on every status they update with link to their page. Try to write few good thing about his post and sometime add link to your blog at the end of comment. Spamming will decrease your reputation among other fellow bloggers So Beware!


KEEP READING

10 Awesome Tips to Make Your Blog Popular


Making a blog popular is not an easy tasks. It takes lots of efforts and time. A successful blog is not achieved over night it requires patience and hard-work. In this post i will share will you few blogging tips to make your blog popular. This are some of tips that every blogger must know to boost his blog traffic. Especially if you have just started blogging or you are planning to start a brand new blog then don't miss this bloggers tips to have better future of your blog.

Blog Template (Look)

Choosing Blog Template should be your first step in starting a blog. As it says "First Impression is the Last Impression". Before reading your blog content what visitors see is your blog look So if the template is dark and messy you can loose lots of traffic. So always use bright and simple blog template.

Social Media

Social Media plays Important role in boosting your blog traffic. Most of blog receive blog traffic from Facebook, Twitter, Google+ So its very important to increase followers on social media sites.

Attractive Post Image

While writing new blog article always add attractive images to your post. As it will attract more visitors to read your article. But always make sure to choose images that are relevant to content of your article.

Interact with Followers

Always stay connected with your blog visitors. Check your comments frequently and answer their queries. Appreciate them for their comments and reading your article.

Do not copy

Do not copy doesn't mean that you can not post what your fellow blogger had already posted. It mean that you can not copy and paste it on your blog. You can post it in your own style with your flavor and by giving credits to your fellow bloggers who first posted it.

Easy Navigation

You blog should be simple and easy to navigate. You can achieve this by adding a Drop down Menu, Categories List on the sidebar and widgets for Popular and Recent posts.

Post Length

The length of your blog should be about 700 - 1400 words. Your blog post should not be lesser than 700 words as google penalize such blogs. If your blog is on technology your post can be small but you should post more then 2 times a day. In simple words it depends on nature of blog but always try to post your article with more then 700 words.

Contests

Always start interesting contests that benefits your blog visitors to keep your readers active and increase your blog followers.

Post Regularly

Good blogger always posts regularly and keep their readers up to date on new technology. Posting regularly will helps you to increase your alexa rank.

SEO Friendly Content

Lean some basic about SEO and try to write SEO friendly blog post title as well as post content. This can really help you to make your blog popular.

KEEP READING

How to add a subscription form in blogger

I have already shared many tutorials on RSS Subscription forms such as Subscription Email Form and Subscription Feed Widget and today we have yet another but extremely beautiful and easy to edit subscription form dozed with new CSS effects. This widget will keep your sidebar neat and clean and will surely attract visitors to subscribe.

How To Add this Subscription Form To Blogger

  1. Go To Blogger > Design > Page Elements 
  2. Choose HTML JavaScript Widget 
  3. Paste the following code in it, 
<style>
.mbt-email{
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS6NaB4T_wkfR973TIxaFPfP2We6aOQrdyWhi0jnJRMqag_w4gw-_VXv7GtEeyEk-7Q4UZ3b8uBOh0rxDqU0ZctoQBpFzZom8QmyWusCyZD1BLLf5V7PAWerz7n8srrg0OtKhmAedpGKNC/s1600/email.png) no-repeat 0px 12px ;
width:300px;
padding:10px 0 0 55px;
float:left;
font-size:1.4em;
font-weight:bold;
margin:0 0 10px 0;
color:#686B6C;
}
.mbt-emailsubmit{
background:#9B9895;
cursor:pointer;
color:#fff;
border:none;
padding:3px;
text-shadow:0 -1px 1px rgba(0,0,0,0.25);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
font:12px sans-serif;
}
.mbt-emailsubmit:hover{
background:#E98313;
}
.textarea{
padding:2px;
margin:6px 2px 6px 2px;
background:#f9f9f9;
border:1px solid #ccc;
resize:none;
box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;
width:170px;
color:#666;}
</style>
<div class="mbt-email">
Subscribe via Email <form action="http://feedburner.google.com/fb/a/mailverify" id="feedform" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/Mybloggertutorials', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input gtbfieldid="3" class="textarea" name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter email address here&quot;;}" onfocus="if (this.value == &quot;Enter email address here&quot;) {this.value = &quot;&quot;;}" value="Enter email address here" type="text" />
<input type="hidden" value="Mybloggertutorialsmbt" name="uri"/><input type="hidden" name="loc" value="en_US"/>
<input class="mbt-emailsubmit" value="Submit" type="submit" />
</form>
</div>

Now make these changes,

Now replace http://feedburner.google.com/mybloggertutorials with your Feedburner Email Feed link. You can get it by visiting your feedburner account then navigate to Publicize and then to Email Subscriptions.
Replace Mybloggertutorialsmbt with your feed title. It appear at the end of your feed link. In my case it is http://feedburner.google.com/fb/a/mailverify?uri=Mybloggertutorialsmbt

Don't miss: Floating Social Media Share Bar For Blogger
Save your widget and view your blog to see it showcasing live! :)

Need Help?

Do let me know if you needed any help in customizing the widget in the comments section below, i would be gald to help you out.

KEEP READING

Tuesday, 24 July 2018

Best Facebook Ads Spy Tools 2017


  So, you want to   spy  on your   Competitor’s  Facebook Ads.

 Well, it’s a good  idea to know about  your competitor’s  Facebook Ad  Strategy. It helps  you to see what    your competitors    are up to.  Moreover,  you can  then replicate their success on your Facebook Ads.

Perhaps the easiest way to go about spying your competitor’s Facebook Ads is to use Facebook Ads Spy Tools.

In this article, we have listed 9 Best Facebook Ads Spy Tools that will help you to spy on the Facebook Ads your competitors are running.

The best way to outdo your competitors is to know what your competitors are doing. It holds good even in the case of Competitor’s Facebook Ads. When you come to know their every move, you can then out-perform them easily.

What has worked for your competitors can even work for you. You just have to know what they are doing.

This is where spying on your competitor’s Facebook Ads comes into the picture.

Facebook Ads Spy Tools reveal a lot of information about Ads running on Facebook.

By using these tools, you come to know which Facebook Ads your competitors are running. You will know to whom they are targeting. Whether it is based on demographics, geography, or interests.

You come to know about your competitors’ audiences and what they’re offering – what deals they are posting when they are posting, and how often they are posting deals.

You come to know what kind of content they are posting – are they posting videos, product images, or links to blogs. Most importantly, you come to know whether the audiences are engaging with their content or not.

All this information helps you to refine your Facebook target audience. You get more insights into potential shoppers that you can eye upon and target.

For example, your competitors could have marked their ads to an area that you haven’t been marketing up till now. So, in a way you are identifying an opportunity to market your Facebook ads and find new potential shoppers.

So, it’s worth investing in Facebook Ads Spy Tools.

However, before I go on to show the list to you, I would like to make a small but important point.

Although Facebook Ad Spy Tools give you the much-needed information and insight about your competitors, you should continue doing the hard work.

It’s only the time and effort that you put into your campaigns will make you stand out from rest of the competition.

You should learn from your competition, but you should not imitate them. There’s no guarantee that what has worked for them will also work for you.

With this, I go on to present the list of best Facebook Ad Spy Tools.

Let’s have a look at them.
Top Facebook Ads Spy Tools

1. AdEspresso

AdEspresso is a powerful Facebook Ad Management Tool. It makes it much easier for you to create powerful ads. With AdEspresso, you get to create and optimize an advertising campaign that truly works. It makes Facebook advertising easy and affordable for small as well as medium businesses. You can test different ad variations with images, headlines, text, etc.

It even provides Facebook Ads Gallery which comes as a tool for seeing a vast collection of ad examples for free. The best part is that it gets updated with new ads every 30 minutes. Anyone can use this tool, even if not a user of AdEspresso. Its database is full of thousands of real world Facebook Ads. It makes it easy to see other advertisers Facebook ads.

Here’s the Anatomy of Facebook Ads Gallery for you:
Search – key in phrases that best describe the ads that you are looking for. You can even use advertiser’s name or Facebook page URL.
Placements – You get three main placements for Facebook advertising.
All Industries – It enables you to filter the results by industry.
Objectives – You can filter the result by objective.
Attributes – helps you with ads with specific components.
When you are done, hit the ‘Find Ads Now’ button.
The results will be revealed to you.
Once you click on an ad, you will direct to a page where you will get all information about the ad.






2. WhichAdsWork

If you are looking for a Facebook Ad Spy Tool with a user-friendly design, simplified filtering, and in-depth analytics, then you should surely go for WhichAdsWork Facebook Ad Spy Tool. It’s a Facebook ad spy tool designed and optimized specifically for affiliates and eCommerce advertisers.

With Which Ads Work, you can instantly find and download winning ads. You can filter ads by affiliate network, keyword, advertiser, publisher, and tracking system.





3. Advisor2

Advisor2 is one of the best tools for Ads Research. No need to spend tons of money on creating Facebook Ads from scratch. Simply use Advisor2 to find the most profitable and engaging ad copies and replicate them easily. With Advisor2, you can easily find the ads that are doing well in your niche. It helps you to run more profitable and cheaper ads.

It helps you to spy on Facebook mobile ads. You can figure out the exact audience that your competitors are targeting. Get to know the offers, audience, landing pages, and even the ad content that are being used by your competitors to dominate your niche. With Advisor2, you can make Facebook a money-making machine for you. It’s a complete Facebook Ads Spy Tool for you.




4. AdFox.io

AdFox is one of the most competent Facebook Competitive Intelligence Tool. It is the best Facebook Ad Spy Tool that brings your Facebook Marketing to the next level.

With AdFox, you can search every type of ad on Desktop and Mobile. It has a huge database of ads covering almost every niche and country. AdFox has over 300,000 ads in its database, and it is growing daily.

It’s the easiest way to find the best Facebook Ads and Funnels in a matter of seconds. AdFox is web-based, so you do not have to deal with incompatible software. Simply log in and search. AdFox provides an intuitive layout so that both beginners, as well as pros, can find their way around easily.

It’s a tool that has been designed specifically for Facebook spying. You get to know your competitors’ angles, images, copy, engagement levels, and target audiences. With AdFox, you get all the data you need to design a winning Facebook Campaign.

AdFox provides a competitive edge to your Facebook campaigns. AdFox helps the user to study winning Facebook ads so that you can go ahead and design your Facebook campaigns with confidence.



5. Compass

Compass is one of the leading competitive intelligence tools for social advertising. It lets you discover the ads your competitors are running on Facebook and LinkedIn. With Compass, you can uncover your competitor’s advertising secrets and replicate winning campaigns.

Compass provides one of the largest index of ads on the market, as much as 3,000,000 Ads Indexed. So, you can easily find new winning ad variants in just a few clicks. Moreover, Compass is the only ads platform that provides both Facebook as well as LinkedIn Ads.

With Compass, you are able to create a fully-fledged social ads campaign with multiple sources. Compass comes with an intuitive layout so that even a beginner can discover winning ads for social campaigns.

Compass allows you to follow any number of competitors. You get to see every ad that is working as well as the landing pages that are attached to those ads.
It reveals all the social interactions so that you make out which ads are really a winner. You can even view the ads live on Facebook or LinkedIn. Compass also provides users with targeting and location data. You can even bookmark ads.






6. Social Ads Tool

Social Ads Tool is a Facebook Ads management and optimization service that is successfully operating for top agencies and enterprises worldwide. If you are looking to drive advertising success on Facebook, then Social Ads Tool can be your perfect Facebook Ads Partner. You simply need to configure your targets and switch on its optimization engine.

With Social Ads Tool, you are in for powerful and unique insights that really matter. It provides the opportunity for easy campaign setup with its slick ad generation tool. You get world-class support. It’s much more than just technical support. You will be guided to optimize your campaigns from e-commerce, game installs to mobile app download campaigns in every geography and sector. All in all, Social Ads Tool proves to be the right partner for managing your Facebook Ads.



7. AdsVantage

AdsVantage is one of the top Facebook Ads Spy Tools on the market that allows you to discover your competitors top performing ads and presales. With AdsVantage, you get the opportunity to know your competition better, grow your audience, and dominate social ads. It’s the coolest way to reduce your CPC and raise your CTR.

AdsVantage lets you spy on hundreds of Ads and Landers in minutes. It functions as one of the easiest tools for campaign optimization. Get a detailed insight into what’s driving likes, shares, and comments. With AdsVantage, you get all the social ad insights that you ever wanted to have to create winning Facebook campaigns.



8. Social Ad Scout

Social Ad Scout is one of the best tools that you can have to spy on social ads. Social Ad Scout provides you the opportunity to discover and access thousands of social ad examples from all across the globe. Get access to thousands of social ads from as much as 21 countries including the United States, United Kingdom, Canada, Australia, Norway, Sweden, Italy, New Zealand, Austria, Brazil, Russia, and many others.

Social Ad Scout comes loaded with unparalleled features. It provides detailed search filters so that you can search by text, URLs, type of ad, demographic information, the type of device, geographic location, and more. You get extensive breakdowns including timelines, how often an ad was seen, who saw it, how it ranked, the devices it was seen on, etc.
With Social Ad Scout, you get to have the actual ad’s screenshot. It makes easy to download landing pages. Social Ad Scout covers both desktop and mobile ads. Moreover, it covers every ad format. You get an extremely fast interface. All your search requests are processed within a fraction of a second.

All in all, Social Ad Scout helps you to launch successful social ad campaigns quickly and easily.






9. BigBigAds

BigBigAds is one of the best tools for social ad spying. With BigBigAds, you can uncover and access the most successful ads running on popular social platforms such as Facebook. With BigBigAds, you don’t have to devote time creating ads from scratch or testing them. Simply use BigBigAds to access the most successful Facebook Ad campaigns and replicate them for having profitable campaigns.

BigBigAds provides a simple platform for discovering successful and most popular Facebook Ads. You can begin the search by entering a keyword, URL, or advertiser. You can refine your search by using various filter options such as Time Frame, Search Mode, Ad Type, Language and Call to Action. What’s more, BigBigAds even provides advanced filter options. Thousands of matching Ads have displayed that fit to your chosen criteria.

BigBigAds is the way to go for Facebook Ads Spying. It’s a Facebook Ad Spy Tool with user-friendly design and simplified filtering options.



We hope that the post, 9 Best Facebook Ads Spy Tools, proves an immensely useful resource for you on spying Facebook Ads of your competitors.

So, which of these tools you plan to use to uncover the most profitable and popular Facebook Ads of your competitors?

It’s an endeavor to make Facebook Ads Spying easy for you. We hope that the post serves your purpose well. If you liked the post, don’t forget to share it with your friends and colleagues. We welcome your comments and suggestions.


KEEP READING

Floating Social Media Share Bar For Blogger

Floating social meda share bar for blogger
As you already know that social sharing is the most important thing for our blogs. Social Sharing help us into drive more traffic from Social Network Websites, allowing readers for share your post and get much more traffic from Social Network Websites.
Social share buttons play vital role in your blog's traffic.

Many bloggers have already posted floating social share buttons widget but it is different updated version which looks alike sumome floating bar.


Without wasting any more time let's get to work.

DEMO: see on left side of my blog.

Adding Floating social share bar

  • Go to Blogger > Template > Edit Html
  • Press ctrl+f  inside Editor  and Find <head>
  • paste the following code under <head> 
<link href='http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css' rel='stylesheet'/>

  • Once again add (Javascript) following code just after <head>  
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
Note:  If you have already added javascript above code then don't add it.


  • Now search for  </head> and just before it paste the following code.
/*---- social share bar by Mybloggertutorials.blogspot.com -----*/<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
.mbt_SocialBar {
  position: fixed;
  bottom: 30%;
  padding: 0;
  left:0;
  background: none;
  text-align: center;
  margin: 0 auto;
  z-index: 99999999;
}
.mbt_SocialBar label:hover {
  cursor: pointer;
  opacity:1;
}
.mbt_SocialBar label {
  text-align: center;
  opacity: 0.4;
  width: 50px;
  background: #3A3939;
  color: #FFF;
  border: 0;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  padding: 0px 0px;
  border-radius: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  line-height: 1.5em;
  margin-top: 346px;
}
input.ShowHide_Button:checked + label {
  transform-origin: 50% 0%!important;
  -webkit-transform-origin: 50% 0%!important;
  -moz-transform-origin: 50% 0%!important;
  -ms-transform-origin: 50% 0%!important;
  -o-transform-origin: 50% 0%!important;
  opacity: 1;
  -webkit-transform: translateX(0px) rotateY(-180deg);
  -moz-transform: translateX(0px) rotateY(-180deg);
  -ms-transform: translateX(0px) rotateY(-180deg);
  -o-transform: translateX(0px) rotateY(-180deg);
  transform: translateX(0px) rotateY(-180deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border: 1px solid #3A3939;
  border-radius: 50px 0px 0px 50px;
  width: 30px;
  max-width: 30px;
}
input.ShowHide_Button ~ .ShowHideMe {
  -webkit-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
  -moz-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
  -ms-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
  -o-transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
  transition: .6s all cubic-bezier(0.730, -0.485, 0.145, 1.620);
}
input.ShowHide_Button:checked ~ .ShowHideMe {
  margin-left: -75px !important;
}
input.ShowHide_Button {
  display: none;
}
.mbt_SocialBar .social_menu {
  display: inline-block;
  float: left;
  list-style:none;
  max-width:50px;
  margin: 0;
  padding: 0;
}
.mbt_SocialBar .social_menu .button_facebook {
  background: #3a579a;
}
.mbt_SocialBar .social_menu .button_facebook:hover {
  background: #314a83;
}
.mbt_SocialBar .social_menu .button_twitter {
  background: #00abf0;
}
.mbt_SocialBar .social_menu .button_twitter:hover {
  background: #0092cc;
}
.mbt_SocialBar .social_menu .button_googleplus {
  background: #df4a32;
}
.mbt_SocialBar .social_menu .button_googleplus:hover {
  background: #be3f2b;
}
.mbt_SocialBar .social_menu .button_pinterest {
  background: #cd1c1f;
}
.mbt_SocialBar .social_menu .button_pinterest:hover {
  background: #ae181a;
}
.mbt_SocialBar .social_menu .button_stumbleupon {
  background: #ea4b24;
}
.mbt_SocialBar .social_menu .button_stumbleupon:hover {
  background: #c7401f;
}
.mbt_SocialBar .social_menu .button_linkedin {
  background: #2554BF;
}
.mbt_SocialBar .social_menu .button_linkedin:hover {
  background: #224EB4;
}
.mbt_SocialBar .social_menu .button_facebook .count,
.mbt_SocialBar .social_menu .button_twitter .count,
.mbt_SocialBar .social_menu .button_googleplus .count,
.mbt_SocialBar .social_menu .button_pinterest .count,
.mbt_SocialBar .social_menu .button_stumbleupon .count,
.mbt_SocialBar .social_menu .button_linkedin .count {
  color: #fff!important;
  padding-top: 4px;
  font-size: 13px !important;
  line-height: 1.2em;
  font-family: sans-serif;
  font-weight: bold;
}
.mbt_SocialBar .social_menu &gt; ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mbt_SocialBar .social_menu .share {
  background: #FFF;
  color: #807F7F;
  font-size: 11px;
  height: 45px !important;
}
.mbt_SocialBar .social_menu .share .count.h4 {
  font-size: 18px;
  font-family: sans-serif;
  color: #424242;
  height: 25px !important;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0px !important;
}
.mbt_SocialBar .social_menu .share .h6 {
  padding-bottom: 3px;
  font-family: sans-serif;
  margin: 0px !important;
  line-height: 1.5em;
  font-size: 11px;
}
.mbt_SocialBar .social_menu &gt; ul &gt; li {
  margin: 0px 0px 0px 0px;
  position: relative;
  text-align: center;
  list-style: none;
  list-style-type: none;
  padding: 0px;
  border: 0px;
  border-left: 0 solid rgba( 0,0,0,.4);
  height: 50px;
  width: 50px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  background: none;
  box-sizing: content-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mbt_SocialBar .social_menu &gt; ul &gt; li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px 0px;
  cursor: pointer;
  text-decoration: none;
}
.mbt_SocialBar .social_menu &gt; ul &gt; li:hover {
  border-left: 5px solid rgba( 0,0,0,.3);
  width: 40px;
}
.mbt_SocialBar .social_menu &gt; ul &gt; li i {
  color: #fff !important;
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mbt_SocialBar .social_menu &gt; ul &gt; li:hover i {
  opacity: 0.9;
}
@media only screen and (min-width:768px) and (max-width:979px) {
.mbt_SocialBar {
  bottom: 20% !important;
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.mbt_SocialBar {
  bottom: 15% !important;
}
}
 @media only screen and (max-width:479px) {
.mbt_SocialBar {
  bottom: 10% !important;
  display: none !important; /*---delete this code line to make it appear on mobile--*/
}
}
</style>
</b:if>

  • Now Search for <div class='post-footer-line post-footer-line-3'> 


  • and just after if paste the following code
/*---- social share bar by Mybloggertutorials.blogspot.com -----*/
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div class='mbt_SocialBar'>
<input class='ShowHide_Button' id='twiSter' type='checkbox'/>
<label for='twiSter'><i class='fa fa-arrow-left'/></label>
<div class='ShowHideMe'>
<div class='social_menu'>
<div class='share'>
<div class='share-btn' data-service='total'>
<div class='count h4'/>
<div class='h6'>SHARES</div>
</div></div>
<ul>
<li class='button_facebook'>
<a expr:href='&quot; http://www.facebook.com/share.php?v=4&amp; src=bm&amp; u=&quot; + data:post.url + &quot; &amp; t=&quot; + data:post.title' onclick='window.open(this.href,&quot; sharer&quot; ,&quot; toolbar=0,status=0,width=626,height=436&quot; ); return false;' rel='nofollow'><strong><i class='fa fa-facebook'/>
<div class='share-btn' data-service='facebook'>
<div class='count'/></div></strong>
</a>
</li>
<li class='button_twitter'>
<a expr:href='&quot;https://twitter.com/intent/tweet?url=&quot; + data:blog.url + &quot;&amp;text=&quot; + data:post.title + &quot; via @Learnblogger- &quot;' onclick='window.open(this.href,&quot; sharer&quot; ,&quot; toolbar=0,status=0,width=626,height=436&quot; ); return false;' rel='nofollow'><strong><i class='fa fa-twitter'/>
<div class='share-btn' data-service='twitter'>
<div class='count'/></div></strong>
</a>
</li>
<li class='button_googleplus'>
<a expr:href='&quot; https://plus.google.com/share?url=&quot; + data:post.url' onclick='javascript:window.open(this.href,&quot; &quot; ,&quot; menubar=no,toolbar=no,resizbutton_le=yes,scrollbars=yes,height=600,width=600&quot; ); return false; ' rel='nofollow'><strong><i class='fa fa-google-plus'/>
<div class='share-btn' data-service='google'>
<div class='count'/></div></strong>
</a>
</li>
<li class='button_pinterest'>
<a data-pin-config='beside' expr:href='&quot; http://pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot; &amp;media=&quot; + data:blog.postImageUrl + &quot;&amp;description=&quot; + data:post.title' onclick='window.open(this.href,&quot; sharer&quot; ,&quot; toolbar=0,status=0,width=626,height=500&quot; ); return false;' rel='nofollow'><strong><i class='fa fa-pinterest'/>
<div class='share-btn' data-service='pinterest'>
<div class='count'/></div></strong>
</a>
</li>
<li class='button_stumbleupon'>
<a expr:href='&quot; http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot; &amp; title=&quot; + data:post.title' onclick='window.open(this.href,&quot; sharer&quot; ,&quot; toolbar=0,status=0,width=626,height=500&quot; ); return false;' rel='nofollow'><strong><i class='fa fa-stumbleupon-circle'/>
<div class='share-btn' data-service='stumbleupon'>
<div class='count'/></div></strong>
</a>
</li>
<li class='button_linkedin'>
<a expr:href='&quot; http://www.linkedin.com/shareArticle?mini=true&amp; url=&quot; + data:post.url + &quot; &amp; title=&quot; + data:post.title + &quot; &amp; summary=&amp; source=&quot; ' onclick='window.open(this.href,&quot; sharer&quot; ,&quot; toolbar=0,status=0,width=626,height=500&quot; ); return false;' rel='nofollow'><strong><i class='fa fa-linkedin'/>
<div class='share-btn' data-service='linkedin'>
<div class='count'/></div></strong>
</a>
</li>
</ul>
</div>
</div>
</div>
<script type='text/javascript'>//<![CDATA[
$(document).ready(function () {
var shareUrl = $("link[rel=canonical]").attr("href");
$.getJSON('https://count.donreach.com/?url=' + encodeURIComponent(shareUrl) + "&callback=?", function (data) {
shares = data.shares;
$(".count").each(function (index, el) {
service = $(el).parents(".share-btn").attr("data-service");
count = shares[service];
if (count > 1000) {
count = (count / 1000).toFixed(1);
if (count > 1000) count = (count / 1000).toFixed(1) + "M";
else count = count + "k";
}
$(el).html(count);
});
});
});
//]]></script>
</b:if>
</b:if>

  • Remove Learnblogger  with your twitter username and you are done. don't forget to subscribe to our newsletter for more interesting widgets.

Also Check: How To Add Horizontal Social Sharing Buttons in Blogger


Note: let me know if it doesn't work on your blog or site in comments below, I would be gald to help you out.


KEEP READING