Showing posts with label Twitter. Show all posts
Showing posts with label Twitter. Show all posts

Sunday

Daily Twitter Meme's

Everybody knows about #followfriday and #FF on Twitter. You see the Tweets all day long, so I was thinking, why does everybody leave out the rest of the week? Monday's not my favorite but Wednesday is such a sweet reminder that Friday is just around the corner. I think it's time we stop ignoring all the other days of the week and show some Twitter love EVERY day. I did some looking around and found these some what forgotten Twitter meme's - at least one for every single day of the week.

Monday

#musicmonday - write song lyrics, link to videos or band sites

#followmonday - just like #FF, tweet out the names of tweeple you think others should follow

Tuesday

#followtuesday - same as #FF

#twittertuesday - same as #FF

Wednesday

#wonderfulwednesday - best wishes for the middle of the week

#followwednesday - like #FF

#healthyhumpday - like #FF, but only health related Twitterers

#wisdomwed - share wisdom and useful advice

#women2follow - recommend women that you think should be followed on Twitter

Thursday

#rtthursday - retweet and thank other retweeters

#followthursday - like #FF

#thankfulthursday - tweet about what you are thankful for

Friday

#FF - follow friday

#followfriday - the ever-so-popular follow friday, tweet out tweeple you think others should follow too

Saturday

#sexysaturday - sexy tweets

Sunday

#wkendthx - thank all of your friday followers and any other mentions you had through out the week

#sinnersunday - what are you doing instead of going to church?



Photobucket

Monday

How to Make Money and Monetize Your Blog

I've made a list of ten of the best ideas to monetize your blog and your Twitter Account. Join the sites below and start making some money with your blog and your Twitter.

Make money with your Twitter account using the sources below:

  1. Ad.ly Twitter Advertising Network
  2. Sponsored Tweets

Make Money with Your Blog using these Sources:
  1. Bloggers Review
  2. Advertise Space
  3. Blogvertise
  4. Pay per Post
  5. Blog Ads
  6. Bloggers Review
  7. Sponsored Reviews
  8. Jungle Ad Network
They are all very easy to join althought some of the blog networks have different requirements to join. I think these are the best choices but the choice is yours, so check them all out.


Photobucket

Wednesday

How to Put a Retweet Button on Your Post in Blogger.


I decided that I would install a retweet button on my post in hopes that people would start tweeting more of the things that I write and the giveaways that I have. It was pretty easy to do after I figured out a few problems that you guys won't have to deal with because I worked it all out. After figuring out all of my coding I decided to try it out.

If you were thinking that you don't really need this little Tweet button I promise you that you will be so glad you installed it - even if people don't use it. It literally takes two clicks to Tweet about whatever post it is your on, that's it, TWO CLICKS! I sent out a Tweet message about all of my giveaways in like three minutes! I couldn't believe it. You don't even have to type anything, just click the Tweet button, the message is already there waiting for you, click again to send. You're gonna save so much time with this button. I'm actually sending out so, so, so many more Tweets on my post now cause it's so quick and too simple.

Sooo, I'm guessing that you are super ready for some simple, 'Manda-style instructions - yes? You are in for such a treat because this one is madd easy! There are special instructions to go along with this if you are using a Blogger classic template, these special instructions are marked with a *

First, you need to go into your layout on your dashboard and go to edit html. Check the little box to expand widgets template.

You need to find a piece a code that looks like this:  <div class='post-header-line-1'/>
(Mine was located about the middle of the page but all codes are gonna be different)

*If you are using a Blogger classic template you need to locate this piece of code: <$BlogItemBody$> You also need to change the retweet button code that I've given you below a little bit.
 Change this: <data:post.url/> to this: <$BlogItemPermalinkUrl$> in the code below. After you change that piece in the retweet button code, place the retweet button code above this piece of code in your template: <$BlogItemBody$> That's it, you're all done and your classic blogger template is updated with a sweet retweet button.

Here is the code that you will need to insert at the the end of that line of code you just found. See where it says 'PUT YOUR TWITTER USER NAME HERE', you guessed it, you have to put your twitter user name there. Make sure you leave the apostrophe before and after your Twitter user name. Here's an example using my Twitter name: 'raleighexaminer'

Retweet Button Code:

<div style="float:right;padding:4px;">

<script type="text/javascript">
tweetmeme_url = '&lt;data:post.url/>';
tweetmeme_source = 'PUT YOUR TWITTER USER NAME HERE';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>

That's it! Save your template and you now have an awesomely quick and easy way to Tweet all of your post.

If you've looked it over and over and over again and you just can't find that piece of code then find the very first time that this code is used: <data:post.body/> It has to be the FIRST occurence of the code. Place the retweet button code directly in FRONT of that piece of code. That's it, you're done!

Kontera