Friday, July 27, 2012

How To Add A Floating Clickable Banner To Your Blog


If you have a blog that you post on regularly, and  also have a product or service you would like to promote to your audience on every post you've ever written, then a clickable floating banner or image is the perfect passive way to get people interested in your product, service or business opportunity. You can see a good example of this by looking at the bottom right hand corner of my page. This clickable banner scrolls with the page and shows up on all of my blogposts.


Step 1: Upload your image to your photobucket account. If you don't have a photobucket account you can signup for a free account by clicking the image below:









Step 2: Copy and paste the code below into your HTML/Javascript widget


<style>


#pageshare {position:fixed; bottom:5%; right:10px; float:left; border: 1px solid black; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#ffffff;padding:0 0 2px


0;z-index:10;}


#pageshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;}


.fb_share_count_top {width:48px !important;}


.fb_share_count_top, .fb_share_count_inner {-moz-border-radius:3px;-webkit-border-radius:3px;}


.FBConnectButton_Small, .FBConnectButton_RTL_Small {width:49px !important; -moz-border-radius:3px;-webkit-border-radius:3px;}


.FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px !important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;}


</style>
<div id='pageshare' title="Share This With Your Friends">
<div class='sbutton' id='gb'><fb:like layout="box_count" show_faces="false" font=""></fb:like></div>
<div class='sbutton' id='fb'><a name="fb_share" type="box_count" href="http://www.znzpromotions.com/freews"><img style="width: 152px; height: 453px;" alt=""
 src="http://i1178.photobucket.com/albums/x366/easyincometycoon/Untitled-31-1-1.jpg" /></a></div>
</div>


Step 3:

Replace with a link to the desired website you want you visitors to go when they click your banner.


Replace with a link to your photobucket image


Replace with the desired width and height of  your image


Wednesday, July 25, 2012

How To Create A Free Domain Redirect With Blogger

If you would like to create a free redirect with blogger, its really simple, just follow the steps below:

Step 1. In Your (New Design) Blogger Dashboard Click The Drop Down Menu For Your Blog > Choose Template > Then Edit Html > Now Proceed > Tick The Expand Widget Templates Box


Step 2. Find the following piece of code in your blogs Html :
(It's Near The Very Top)

<head>


Step 3. Copy And Paste The Following Code Directly Below / Under <head>


<meta content='5;url=http://www.YOUR-URL.com/' http-equiv='refresh'/>


Important - 

1. Replace http://www.YOUR-URL.com/ In Blue With The URL You Want To Forward To.
2. The Number 5 In Red Sets The Amount Of Seconds Before The User Is Redirected Change This To Suit.

Step 4. Save your template and your blog will now redirect after the time you set.Once again remember don't use this to send people to sites unrelated or with spam as your entire Blogger Account may be effected.

If you give at least 5 seconds and add a clear message at the top of the blog there should be no trouble.





How To Add Floating Social Sharing Buttons To Your Blog Or Website


To add a floating social sharing buttons to your blog or website like you see on the left side of this blog, just copy and paste the code below and add it to the HTML widget of your blog or website.


<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
<script>
var options={ "publisher": "ur-449c40c9-a162-33c2-af86-4ab2d3534cb", "position": "left", "ad": { "visible": false, "openDelay": 5, "closeDelay": 0}, "chicklets": { "items": ["facebook", "twitter", "delicious", "email", "sharethis"]}};
var st_hover_widget = new sharethis.widgets.hoverbuttons(options);
</script>

How To Get An Unlimited Supply Of Free Leads From Google



With any online business you need leads to be successful, but the question is, how do you get them? Many people generate their own leads using advertising, and optin capture pages, but that takes alot of time an effort. What if I could teach you an easy way to harvest an unlimited supply of free targeted leads? 

This is much easier than you might think. You see there are lots of people out there on the internet with a wide variety of business opportunities, but the thing is alot of people you see advertising are either trying to make money or not really making enough money. 

These people are the perfect candidates for your legitimate business opportunity, and they can be highly target leads for your business. They are like minded individuals who are very open to the idea of making money online. All you have to do is find these people, and let me tell you they are out there by the truck load.

All you need to do it go to google, and type in a keyword in "quotations" (such as the name of a specific business opportunity that you know people struggle with) , the word "call" "phone" or "cell", and even an area code in "quotations" to geo target a specific area, and you will find websites, blogs, youtube videos, and classified ads with phone numbers. These are targeted leads, and you can call these people to promote your business opportunity. Reverse marketing is a very effective strategy for marketing your business as long as it is a legit one.

Example: "project payday" "call" "863"

Now, I can't guarantee you will get leads for every keyword you type in, but I will say that its best to use a keyword from different buisness opportunities, and its best to use one that you know people have lots of trouble with because if they are struggling then they will be much more open to your opportunity.

You can also go to cragislist, backpage, youtube, and other social sites to find like minded individuals to market your business to. Another great site is called "mynetworkingpro" which is like the facebook for business people and network marketers. There are many people on Mynetworkingpro that are looking to add additional income streams to there business, and you can directly email these people with your business opportunity. 

I hope this post was useful. Good luck with your online marketing!


Make a clickable picture (image, photo or screenshot, banner)


The first thing is you must get the picture up on the web. This you can do by uploading to Photobucket, Get Blogger to host your picture or start a PUBLIC Google group to upload your photo. Get the URL of the photo on the web.












The basic HTML for the clickable picture (picture hyperlink) is:

<a href="URL of target site"><img src="photo URL"></a>

To the ><img> tag, you can add more attributes separated by space, especially the alt="description" tag which will give some information of the picture and will serve 2 purposes. Search engines cannot read images, but they can read what is written what is typed between the "" marks in the alt="" tag. This will help the search engines knows more about your post and helps in SEO (Search Engine Optimization). When for whatever reasons the picture cannot be displayed, instead of an empty box, the visitor will see what it typed between the "" marks in the alt="" tag.

Another attribute is the width="W" where W is the width of the image in pixel you want it to display. This is especially important when the image you uploaded is a wide picture which may exceed the width of the main column (if you include it in a post) or the width of the sidebar (if you put the image in the sidebar). You will then have to know what it the width of the main column or siderbar.

A less important attribute is the title="" attribute. If you add this attribute, when a visitor hovers the mouse over the picture, a tool tip will appear displaying what you typed between the "" marks. This may give more information to the visitor on what to expect if he clicks on the hyperlink picture.


How To Make Any Text A Clickable Link



HTML Link Syntax
The HTML code for a link is simple. It looks like this:
<a href="url">Link text</a>
The href attribute specifies the destination of a link.


Example
<a href="http://www.freewsmarketing.blogspot.com/">Visit Freews Marketing</a>
which will display like this: Visit Freews Marketing

Clicking on this hyperlink will send the user to Freews Marketings' homepage.

Tip: The "Link text" doesn't have to be text. It can be an image or any other HTML element.


HTML Links - The Target Attribute

The target attribute specifies where to open the linked document.

The example below will open the linked document in a new browser window or a new tab:

<a href="http://www.freewsmarketing.blogspot.com/" target="_blank">Visit Freews Marketing!</a>


HTML Links - The Name Attribute

The name attribute specifies the name of an anchor.

The name attribute is used to create a bookmark inside an HTML document.

Note: The upcoming HTML5 standard suggests using the id attribute instead of the name attribute for specifying the name of an anchor. Using the id attribute actually works also for HTML4 in all modern browsers.

Bookmarks are not displayed in any special way. They are invisible to the reader.



Example
A named anchor inside an HTML document:
<a name="tips">Useful Tips Section</a>

Create a link to the "Useful Tips Section" inside the same document:
<a href="#tips">Visit the Useful Tips Section</a>

Or, create a link to the "Useful Tips Section" from another page:
<a href="http://www.freewsmarketing.blogspot.com/html_links.htm#tips">
Visit the Useful Tips Section</a>


Basic Notes - Useful Tips

Note: Always add a trailing slash to subfolder references. If you link like this: href="http://www.freewsmarketing.blogspot.com/html", you will generate two requests to the server, the server will first add a slash to the address, and then create a new request like this: href="http://www.freewsmarketing.blogspot.com/html/".

Tip: Named anchors are often used to create "table of contents" at the beginning of a large document. Each chapter within the document is given a named anchor, and links to each of these anchors are put at the top of the document.

How To Embed A Youtube Video





You may also customize your own embeddable player by clicking on the embed code. When you click on the embed code the space below it will expand and reveal customization options such as:

  • whether or not to include related videos
  • whether or not to enable privacy-enhanced mode
  • whether or not to use use the old embed code
  • the size
All parameters for the embedded and custom players are listed here: http://code.google.com/apis/youtube/player_parameters.html