Practical Social Marketing – 3 Tips For Integrating Article Marketing Into Your Social Marketing

0 comments

Posted on 19th May 2009 by admin in social marketing

, ,



Combining Article Marketing with Social Marketing is one of the best strategic moves you can make to build our online business. Article Marketing is alive and well and Social Marketing is so much more than a fad.

Before I show you three specific strategies for integrating these two powerful media, let’s get clear about this: Article Marketing IS a part of Social Marketing. Online marketers fail to realize this which results in the loss of traffic and profits.

Tip 1 – Automate – One of the best things about Social Marketing is the ability to automate much of what you do for “economy of action.” In other words, take one action and get several results. One of the best ways to do this is to set up your EzineArticles account to “auto-tweet” each of your newly published articles to Twitter. So each time you have a new article published the title and link is automatically announced on your Twitter page. Go to your Profile Manager and add your Twitter User Name and Password. You only have to do this once to set up automatic repurposing of your articles.

Tip 2 – Leveraging Twitter – After your article is automatically announced on Twitter, you’ll want to follow up with more announcements about your article. You can announce it yourself several times on the day it comes out. Ask “Have you seen this yet?” and include the title and link to your article. When you see discussions going on where your article could contribute to the conversation, include a link to your article. Take a quote from your article with good info and include the link so your prospect can read the rest of the article.

Tip 3 – Leveraging Facebook – You can and should promote your articles on Facebook, especially on your Facebook Fan Pages. You can announce that you are working on an article, then you can announce that you have submitted the article. This builds good anticipation for your article. Then you can announce that the article has been published and include the link.

Neat Bonus Tip – When promoting your article on your Facebook Fan Page, include the link to your article and a box will drop down that allows you to choose a graphic for your article, the title, the first few words, and the link for your article. Besides looking cool this increases the click thru rate from Facebook to your article.

By: Jeff Herring

About the Author:
And to learn more about how you can use Social Media and Social Marketing for success in your business you can grab your FREE Instant Access to an 11 minute video and a special report on The 7 Universal Laws for Social Marketing Success & Profit when you visit http://SocialMarketingBlueprint.com

From Jeff Herring and SocialMarketingBlueprint.com



Caffeinated Content

Myspace Profile-Add More Personal Touch With Myspace Survey

0 comments

Posted on 8th May 2009 by admin in myspace

, ,



Myspace has more profiles than one can count. The number is increasing everyday. It is reported that last year Myspace had higher page views than Yahoo. Truly a remarkable feat for a social networking website. All of us who are having profiles on myspace have one common question- how do I make my profile stand out? Let me try to give you answer to this.

It is your own profile- Most of us forget that it is our own personal profile. They add so many images, pictures, backgrounds, layouts, videos and music that the profile is no more theirs. A profile should immediately tell the visitor about the person who made the profile. His/her details, personal choices, likes, dislikes, incidents, etc. The profile is essentially you on a web page. How to do that?

Types of Myspace Surveys- You get many types of surveys that include- A Bit About Me, If you were a ___ you would want to be? Know Me Better, Personality Survey, Favorites Survey, etc. You get a large variety and can pick up one or more surveys to fill in and let people know more of you.

Myspace survey- the easiest way A survey is made of different questions. If it is a love life survey, it will have all types of questions related to the love life of the profile owner. For example take a look at a survey here. Fill in this myspace survey and put it in your profile. Those who visit your profile will find out all that is to be known about your love life. What better way to make your profile more personal?

By: CD Mohatta

About the Author:
Wishafriend offers hundreds of myspace graphics and myspace comments. Wishafriend also offers free layouts, flash toys, quizzes, contact tables, backgrounds, profile stuff, glitter, name generators, polls, surveys, codes, etc. for myspace users.



Kansieo.com

MySpace HTML Codes – Writing Up Your Own MySpace Layouts

0 comments

Posted on 2nd May 2009 by admin in myspace

, ,



WARNING: This article may contain some technobabble. Viewer discretion is advised.

In other words, if you have no HTML or CSS experience at all then I’m sorry to say but you’re at least a month away from writing up your own MySpace layout codes from scratch.

On the other hand, if you do have some HTML and CSS experience then here are the basics on how to do this:

First of all –for the uninitiated– MySpace is a social networking site where you can set up your own free home page and through that you can interact with over 100 million other MySpace users. You do this by browsing around their profile pages, leaving comments, sending messages or bulletins, adding ‘friends’ and generally just having a typical web 2.0 chit-chatty good time.

A ‘MySpace layout’ is a block of CSS code that can be used to modify the background, fonts, table borders and other aspects of your MySpace profile page. Although widely available across the net and free for the taking, it seems to me (from the truckloads of emails I get) that many are unclear as to exactly what goes into the making of a MySpace layout.

Officially, a MySpace layout is a hack. The block of CSS code which constitutes a MySpace layout is an embedded stylesheet which, according to W3C standards, is supposed to be inserted in the HTML document head. However, MySpace does not permit it’s users to access the document head of their profile pages. When you install a MySpace layout by inserting the layout code into the ‘About Me’ text box on your MySpace account’s ‘Edit Profile’ screen, you are placing the embedded stylesheet in the HTML document body instead. Somehow, shortly after MySpace’s inception, somebody discovered that, hey, you can jam an embedded stylesheet into an HTML document body and it will still work. Well, to heck with web standards, away we go (and so began an entire industry).

So that’s the long and short of it.

Your MySpace layout code will start out with a set of opening and closing STYLE tags like this:



…in between which will go all your CSS selectors and rule sets used to grab control of and customize all the various HTML elements on your MySpace page.

So now you have this:

css selector {rule set}

css selector {rule set}

css selector {rule set}


And exactly what selectors should you use? Ahh, well this is where the fun part comes in and is essentially beyond the scope of this article. But I can feed you a couple or three pointers to get you started.

Tables From Here to Eternity

The first thing you should know right off the bat is the default MySpace HTML code is a web standards guru nightmare in that it contains about eight bazillion nested tables. Also, be advised that all hash marks (#) are filtered out of user input so using ID selectors is not possible. You can however use class selectors. Here’s a list of some of the CSS class names used in the default MySpace template to help get you started making your own MySpace layout:

navigationBar – MySpace header menu, i.e., “Home, Browse, Search…”

profileInfo – Basic Info table (contains user display pic)

contactTable – Contacting [username] table

userProfileURL – MySpace URL

interestsAndDetails – Interests table

userProfileDetail – Details table

userProfileSchool – Schools table

userProfileNetworking -Networking table

extendedNetwork – Extended Network table

latestBlogEntry – Blog Entry table

blurbs - Blurbs table

friendSpace – Friend Space table

friendsComments – Comments table

Many of these class names were recently added to the MySpace template so consider yourself lucky if you’re just getting into the layout making biz. Prior to this, MySpace layout makers were obliged to fill their layout codes with ridiculously long CSS descendant selectors, such as “table table table table div div”, etc, in order to target specific elements on a MySpace page.

MySpace Filters

With regards to filters, there are a number of other characters besides the hash mark which are automatically filtered out by the Cold Fusion script which processes MySpace user input. The filtering of the hash mark also makes it rather precarious to use hexadecimal color codes as without the required # character, using certain hexadecimal color codes will cause some major malfunctions with the display of your MySpace page. To be absolutely sure your color codes won’t make your page go haywire, you’ll have to use CSS RGB color notation instead, e.g., background-color: rgb(255,255,255).

Here’s a list of everything that I’m aware of that gets filtered out of MySpace layout code:

Hash marks # HTML comments CSS comments HTML iframe element CSS z-index property All Javascript
Tips and Tricks

Number one, I highly recommend that you install Firefox (if you haven’t already) and then install Chris Pederick’s Web Developer extension. The Outline function in this extension will be a tremendous help in figuring out the hierarchy of nested tables in the default MySpace HTML code.

And number two, remember that when you use a descendant selector to target nested tables, you’re potentially (but not always) targetting all other tables nested at a deeper level. So for example, if you use ‘table table table {APPLY THIS RULE SET}’, you’re also potentially applying the same style to tables nested four, five and six levels deep. You’ll find yourself doing a lot of ‘undoing’ as you’re writing up your MySpace layout code to make sure that you only apply styles to elements that you intend to apply them to. Hence, it will be normal to have your MySpace layout code filled with a lot of code that looks like this:

table table table {APPLY THIS RULE SET};

table table table table {UNDO PREVIOUS RULE SET};

And that’s about it. The rest you’ll have to learn by just diving right in and mucking about. And don’t forget to check your MySpace page in several different browsers to make sure it looks the same.

Oh yeah and be prepared to go a little stir crazy.

This is par for the course.

:o )

By: Robert Darrell

About the Author:
Robert Darrell is the chief cook and bottle washer of the Iron Spider Web Design and Resource Center where he serves up a tantalizing array of tutorials on HTML and CSS.

He also provides an excellent collection of free MySpace layouts and easy-to-use MySpace overlays.



Caffeinated Content