<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anidan Design &#187; Social Networking</title>
	<atom:link href="http://anidandesign.com/tag/social-networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://anidandesign.com</link>
	<description>Web design, Wordpress, and Graphic Art, tips, tricks, and tidbits</description>
	<lastBuildDate>Tue, 01 Mar 2011 01:58:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Social Media &amp; WordPress</title>
		<link>http://anidandesign.com/wordpress/social-media-and-wordpress/</link>
		<comments>http://anidandesign.com/wordpress/social-media-and-wordpress/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:32:44 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://anidandesign.com/?p=613</guid>
		<description><![CDATA[These days everyone is on at least one social networking site. Whether it be Twitter, Facebook, or simply sharing your photos on Flickr, social networking is communications revolution taking over the way in which we interact with others. It is an extremely powerful tool no matter what type of business you&#8217;re in and adding social...]]></description>
			<content:encoded><![CDATA[<p>These days everyone is on at least one social networking site. Whether it be Twitter, Facebook, or simply sharing your photos on Flickr, <a href="http://en.wikipedia.org/wiki/Social_media" target="_blank">social networking</a> is communications revolution taking over the way in which we interact with others. It is an extremely powerful tool no matter what type of business you&#8217;re in and adding social networking/bookmarking to your website is an easy way to start connecting with your site visitors.</p>
<p>In this post I have put together the most useful (and free!) social media resources for your wordpress blog.</p>
<p class="center"><img src="http://anidandesign.com/img/wordpresspink.jpg" class="pix" alt="Social Media and WordPress" /></p>
<h2>Sharing your <strong>Content</strong></h2>
<p>Adding social links to your posts allows your visitors to easily share and bookmark your content across multiple social networking platforms. Here are a few different ways you can do this&#8230;</p>
<h2><strong>Create</strong> &#8220;Sharing&#8221; Links</h2>
<p>If you want more control over where your sharing links will go and what they will look like, the easiest way to do it is just add them yourself. Here is a list of sharing links for many popular social networking sites for use in WordPress.</p>
<h4>Share on Digg</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://digg.com/submit?phase=2&amp;url=
&lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; 
title=&quot;Digg This&quot; target=&quot;_blank&quot;&gt;Digg This&lt;/a&gt;</pre></div></div>

<h4>Share on Stumble Upon</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://www.stumbleupon.com/submit?url=
&lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; 
title=&quot;Stumble This&quot; target=&quot;_blank&quot;&gt;Stumble This&lt;/a&gt;</pre></div></div>

<h4>Share on Twitter</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://twitter.com/home?status=Currently reading 
&lt;?php the_permalink(); ?&gt;&quot; title=&quot;Click to Tweet This!&quot; 
target=&quot;_blank&quot;&gt;Tweet This&lt;/a&gt;</pre></div></div>

<h4>Share on Facebook</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://www.facebook.com/share.php?u=
&lt;?php echo get_permalink() ?&gt;&quot; title=&quot;Share on Facebook&quot; 
target=&quot;_blank&quot;&gt;Share on Facebook&lt;/a&gt;</pre></div></div>

<h4>Share on Friendfeed</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://friendfeed.com/?url=&lt;?php the_permalink(); ?&gt;&amp;title=
&lt;?php the_title(); ?&gt;&quot; target=&quot;_blank&quot; 
title=&quot;Share on Friendfeed&quot;&gt;Share on Friendfeed&lt;/a&gt;</pre></div></div>

<h4>Bookmark on Delicious</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://del.icio.us/post?url=&lt;?php echo get_permalink() ?&gt;
&amp;title=&lt;?php the_title(); ?&gt;&quot; title=&quot;Bookmark on Delicious&quot; 
target=&quot;_blank&quot;&gt;Bookmark on Delicious&lt;/a&gt;</pre></div></div>

<h4>Bookmark on Reddit</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://reddit.com/submit?url=&lt;?php the_permalink(); ?&gt;
&amp;title=&lt;?php the_title(); ?&gt;&quot; target=&quot;_blank&quot; 
title=&quot;Bookmark on Reddit!&quot;&gt;Bookmark on Reddit!&lt;/a&gt;</pre></div></div>

<h4>Share this on Design Float</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://designfloat.com/submit.php?url=
&lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; 
title=&quot;Float This!&quot; target=&quot;_blank&quot;&gt;Float This&lt;/a&gt;</pre></div></div>

<h4>Share this on Design Bump</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://designbump.com/node/add/drigg?url=
&lt;?php echo get_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; 
title=&quot;Bump This!&quot; target=&quot;_blank&quot;&gt;Bump This&lt;/a&gt;</pre></div></div>

<h4>Share this on Vot.eti.me</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;http://vot.eti.me/login.php?return=/submit.php?url=
&lt;?php the_permalink(); ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&quot; target=&quot;_blank&quot; 
title=&quot;Share on Vot.eti.me&quot;&gt;Share on Vot.eti.me&lt;/a&gt;</pre></div></div>

<p class="border">&nbsp;</p>
<p>Here are a few links for your visitors to contact you through popular instant messenger services. Be sure and change the appropriate areas to your own username/email.</p>
<h4>Contact me on AIM</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;aim:goim?screenname=yourscreenname&quot; 
target=&quot;_blank&quot;&gt;Contact me on AIM&lt;/a&gt;</pre></div></div>

<h4>Contact me on Yahoo IM</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;ymsgr:sendIM?yahoousername&quot; 
target=&quot;_blank&quot;&gt;Contact me on Yahoo IM&lt;/a&gt;</pre></div></div>

<h4>Contact me on gtalk</h4>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;a href=&quot;gtalk:chatjid=email@gmail.com&quot; 
target=&quot;_blank&quot;&gt;Contact me on gtalk&lt;/a&gt;</pre></div></div>

<p class="border">&nbsp;</p>
<h2>Just Add a <strong>Button</strong></h2>
<p>These are a few different widgets/buttons that you can place anywhere in your post to allow sharing across most social networks with one simple button.</p>
<p class="center"><a href="http://sharethis.com/" target="_blank"><img src="http://anidandesign.com/img/sharethis.gif" class="pix" alt="Add a single icon to your site to share your content!" /></a></p>
<ul>
<li><a href="http://www.addtoany.com/" target="_blank">Add to Any</a> &#8211; Help your visitors share, save and subscribe to your content with Add to Any widgets. Features include customization, Google Analytics integration, keyboard navigation and more.</li>
<li><a href="http://sharethis.com/publishers/getbutton/" target="_blank">ShareThis</a> &#8211; Customize the look and choose what sites you want to target.</li>
<li><a href="http://www.addthis.com/web-button-select" target="_blank">AddThis</a> &#8211; Create your own social button for sharing content or feeds.</li>
<li><a href="http://www.ifeedreaders.com/social-creator/" target="_blank">Social Bookmark Link Creator</a> &#8211; Simply select your buttons, create, and put the code on your blog or website.</li>
</ul>
<h2>Use &#8220;Sharing&#8221; <strong>Plugins</strong></h2>
<p>Using a plugin is yet another way to add social sharing links. Here is a list of a few different plugins that will add sharing links to your blog posts.</p>
<p class="center"><a href="http://wordpress.org/extend/plugins/search.php?q=social+networking" target="_blank"><img src="http://anidandesign.com/img/wpplugins.gif" class="pix" alt="Social networking plugins on WordPress" /></a></p>
<h4>Multi-Site Sharing Plugins</h4>
<ul>
<li><a href="http://sharethis.com/publishers/getbutton/" target="_blank">ShareThis</a> &#8211; Customize the look and choose what sites you want to target with this popular plugin&#8230; and unlike most sharing tools this one provides analytics.</li>
<li><a href="http://alexking.org/blog/2007/11/08/sharethis-20" target="_blank">ShareThis 2.0</a> &#8211; A popular WordPress Plugin used to share pages via email, is now available in version two. This version allows for sharing via IM and texting.</li>
<li><a href="http://www.addthis.com/blog/2007/03/22/addthis-wordpress-plugin/" target="_blank">AddThis</a> &#8211; This Plugin will automatically insert the AddThis widget below each post in your blog.</li>
<li><a href="http://wordpress.org/extend/plugins/sociable/" target="_blank">Sociable</a> &#8211; Automatically add links to your favorite social bookmarking sites on your posts, pages and in your RSS feed and you can choose from 99 different social bookmarking sites!</li>
<li><a href="http://wordpress.org/extend/plugins/pingpressfm/" target="_blank">PingPressFM</a> &#8211; Allows you to spread your blog to 30+ social networks via ping.fm.</li>
<li><a href="http://www.mkyong.com/blog/digg-digg-wordpress-plugin/" target="_blank">Digg Digg</a> &#8211; This plugin is used to add Digg, Reddit, Dzone, and Yahoo Buzz buttons into your posts.</li>
<li><a href="http://www.ibegin.com/labs/share/" target="_blank">iBegin Share</a> &#8211; iBegin Share is the 100% open source solution that makes sharing and spreading your content easier than ever, all while giving you complete control. Includes the ability to save the page as a PDF or Word doc and print them as well.</li>
<li><a href="http://www.dountsis.com/projects/social-bookmarks" target="_blank">Social Bookmarks</a> &#8211; Adds a list of graphic links to the end of your posts that will allow your visitors to easily submit it to a number of different social bookmarking sites.</li>
<li><a href="http://www.hendrikbahr.de/social-bookmark-wordpress-plugin/" target="_blank">HB Social Bookmarks</a> &#8211; Add social bookmarking to the sidebar of your blog with this plugin.</li>
<li><a href="http://andybeard.eu/wordpress-plugin-hacks" target="_blank">Antisocial</a> &#8211; Different version of Sociable that adds nofollow tags to the social media links.</li>
<li><a href="http://www.milienzo.com/wordpress-plugins/i-love-social-bookmarking/" target="_blank">I Love Social Bookmarking</a> &#8211; Simple plugin that allows your visitors to submit your content to social media services via a clutter-free drop-down list of attractive icons.</li>
<li><a href="http://wordpress.org/extend/plugins/add-me-dichev/" target="_blank">Add Me Dichev</a> &#8211; Renders social bookmark buttons with icons for more than 60 social sites at the end of your posts.</li>
<li><a href="http://wordpress.org/extend/plugins/sociofluid/" target="_blank">SocioFluid</a> &#8211; A WordPress plugin that displays small social networking icons which grow when moused over similar to the mac effect.</li>
<li><a href="http://wordpress.org/extend/plugins/bookmark-me/" target="_blank">Bookmark Me</a> &#8211; A simple and light plugin to add social bookmarks buttons to post and pages.</li>
<li><a href="http://www.valent-blog.eu/social-bookmarking-reloaded/" target="_blank">Social Bookmarking Reloaded</a> &#8211; Simple plugin for social bookmarking in WordPress.</li>
<li><a href="http://www.tevine.com/projects/socialdropdown/" target="_blank">Social Dropdown</a> &#8211; This plugin displays several social bookmarking options in a dropdown. Unlike other social bookmarking displays, this does not cause clutter and takes up little screen space.</li>
<li><a href="http://noteslog.com/punchcard/wp-punchcard/" target="_blank">WP Punch Card</a> &#8211; Puts 40 social bookmarking sites into a compact area to conserve space in your posts.  Supports the usual major sites and others such as Yahoo My Web, Squidoo and more.</li>
<li><a href="http://www.oraclebrains.com/obsocialbookmarkerv3/" target="_blank">obsocialbookmarker</a> &#8211; A social bookmarking plugin which adds user-submission links at the bottom of each post for various social bookmarking sites which allows your visitors to easily submit them in a number of social bookmarking sites.</li>
<li><a href="http://www.gara.com/projects/bookmarkify/" target="_blank">Bookmarkify</a> &#8211; The Social Media Marketing Plugin that lets you put social bookmarking links in your posts and other pages.</li>
</ul>
<h4>Single-Site Sharing Plugins</h4>
<ul>
<li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/wp-digg-this" target="_blank">WP Digg This</a> &#8211; A plugin that adds a Digg button, but with a twist. Instead of adding a Digg button to all your posts, WP Digg This plugin selectively adds the button only to posts you want.</li>
<li><a href="http://www.aviransplace.com/digg-this-wordpress-plugin/" target="_blank">Digg This</a> &#8211; a plugin that detects incoming links from Digg.com to your wordpress post and automatically display a link back to the digg post, for people to digg your story. When a digg is first recognized an email is sent to the site’s admin.</li>
<li><a href="http://www.sociable.es/facebook-connect/" target="_blank">Facebook Connect WP Plugin</a> &#8211; WordPress plugin that allows direct integration of WordPress blogs with Facebook using Facebook Connect.</li>
<li><a href="http://wordpress.org/extend/plugins/google-friend-connect-integration/" target="_blank">Google Friend Connect Integration</a> &#8211; Using the Google Friend Connect integration plugin for WordPress you can add more social interaction to your blog. Currently you can add a member, login, review, comment and playlist gadget as well as a social bar right away. </li>
<li><a href="http://www.aviransplace.com/reddit-this-wordpress-plugin/" target="_blank">Reddit This</a> &#8211; A WordPress plugin that detects incoming links from Reddit.com to your wordpress post and automatically display a link back to the reddit post, for people to vote and comment on your story.</li>
<li><a href="http://twitthis.com/" target="_blank">Twit This</a> &#8211; Creates a Twit This button on all of your blog posts that allows readers to share your content with Twitter. Includes a link shortener.</li>
<li><a href="http://www.alleba.com/blog/2006/10/02/stumbleupon-it-wordpress-plugin/" target="_blank">StumbleUpon It!</a> &#8211; This plugin allows your visitors to submit your blog posts to StumbleUpon.com’s bookmarking service.</li>
</ul>
<h2><strong>Connecting</strong> with your Readers</h2>
<p>Providing links to the social networking sites you are active on helps your visitors to be able to connect with you beyond your blog. Here are a few plugins that add your current social links and networking activity to your blog.</p>
<p class="center"><img src="http://anidandesign.com/img/connect.jpg" class="pix" alt="Connect with your readers" /></p>
<h4>List your Social Sites</h4>
<ul>
<li><a href="http://wordpress.org/extend/plugins/social-media-page/" target="_blank">Social Media Page</a> &#8211; Adds a list of links to your social media profiles on a page or post of your choice through the use of a simple tag. A widget is also added so that you can display this list of links in the side menu of the site.</li>
<li><a href="http://wordpress.org/extend/plugins/social-profilr-display-social-network-profile/" target="_blank">Social Profilr</a> &#8211; This plugin is a sidebar widget which will display icons for your social network sites that linkback to your social networking profiles with options for different sized icons.</li>
<li><a href="http://www.ignitesocialmedia.com/tools/follow-me/" target="_blank">Follow Me</a> &#8211; This plugin allows you to display links to all your social media profiles in one, easy-to-access button or window.</li>
<li><a href="http://wordpress.org/extend/plugins/social-homes/" target="_blank">Social Homes</a> &#8211; A WordPress plug-in which adds a sidebar widget containing a subtle list of all your social homes as linked favicons. </li>
</ul>
<h4>Display your Social Activity</h4>
<ul>
<li><a href="http://wordpress.org/extend/plugins/profilactic/" target="_blank">Profilactic</a> &#8211; Publishes your LifeStream or informs readers where to find you online by parsing your aggregated activity mashup from Profilactic.com.</li>
<li><a href="http://xavisys.com/2008/04/wordpress-twitter-widget/" target="_blank">Twitter Widget Pro</a> &#8211; A WordPress plugin that properly handles twitter feeds, including @username and link parsing, feeds that include friends or just one user, and can even display profile images for the users. It’s set up like the RSS widgets, so you can have as many of as you want on your sidebars.</li>
<li><a href="http://alexking.org/projects/wordpress/readme?project=twitter-tools" target="_blank">Twitter Tools</a> &#8211; A WordPress plugin that creates a complete integration between your blog and your Twitter account.</li>
<li><a href="http://blog.victoriac.net/blog/twitter-updater/" target="_blank">Twitter Updater</a> &#8211; This plugin automatically sends a Twitter status update to your Twitter account when you create, publish, or edit your WordPress post.</li>
<li><a href="http://wordpress.org/extend/plugins/delicious-cached/" target="_blank">Delicious Cached</a> &#8211; This plugin uses the built-in MagpieRSS engine functions to create a list of the latest bookmarks from your del.icio.us account.</li>
<li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube" target="_blank">Smart Youtube</a> &#8211; A WordPress Youtube plugin that allows you to easily insert Youtube videos/playlists into your post, comments and in your RSS feed.</li>
<li><a href="http://evansims.com/projects/friendfeed_activity_widget" target="_blank">FriendFeed Activity</a> &#8211; A simple WordPress widget plugin that pulls your FriendFeed stream, pretties it up a bit and shares it with visitors to your blog.</li>
<li><a href="http://wordpress.org/extend/plugins/digg-widget/" target="_blank">Digg Widget</a> &#8211; Displays your past 10 dugg stories in a sidebar widget.</li>
<li><a href="http://wordpress.org/extend/plugins/stumble-reviews/" target="_blank">Stumble Reviews</a> &#8211; This is a wordpress plugin which shows your post reviews by stumble users.</li>
<li><a href="http://wordpress.org/extend/plugins/lifestream/" target="_blank">WP Lifestream</a> &#8211; Displays your social feeds and photos.</li>
<li><a href="http://wordpress.org/extend/plugins/complexlife/" target="_blank">ComplexLife</a> &#8211; This plugin shows your activity for any service that gives a date sorted rss/atom activity feed. The plugin then displays all that activity in any place you want it sorted by time, as a personal lifestream.</li>
<li><a href="http://wordpress.org/extend/plugins/socialboaster/" target="_blank">SocialBoaster</a> &#8211; Here&#8217;s a fun little script that will aggregate your Digg, Twitter and Del.icio.us activity and post it to your WordPress blog.</li>
<li><a href="http://wordpress.org/extend/plugins/lifestreamfm/" target="_blank">Lifestream.fm</a> &#8211; Provides a sidebar widget for your Lifestream.fm lifestream.</li>
</ul>
<h2><strong>Other</strong> Social Networking Plugins</h2>
<p>This is a random selection of social media WordPress plugins that do all sorts of &#8220;social&#8221; things <img src='http://anidandesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="center"><img src="http://anidandesign.com/img/socialmediabnr.jpg" class="pix" alt="Social Media and WordPress" /></p>
<ul>
<li><a href="http://www.blahblahtech.com/2008/01/wordpress-plugin-socialize-me.html" target="_blank">Socialize Me</a> &#8211; With the Socialize Me! Plugin for WordPress you can connect with people on services like: StumbleUpon, Facebook, Digg, Delicious, Pownce, Twitter, Bebo, MySpace and many, many more. When visitors arrive from these social networking sites they will be greeted with a simple message when they arrive “Hi, thanks for the visit! Wayne’s on StumbleUpon, too!” with a link to your profile.</li>
<li><a href="http://wordpress.org/extend/plugins/wp-digsby/" target="_blank">WP Digsby</a> &#8211; With WordPress Digsby you can place a widget on your WordPress site so you can chat with visitors right from Digsby.</li>
<li><a href="http://www.tsaiberspace.net/blog/2007/07/29/wordbook/" target="_blank">Wordbook</a> &#8211; This plugin allows you to cross-post to your Facebook account directly from your WordPress blog.</li>
<li><a href="http://www.aaronharp.com/dev/wp-fotobook/" target="_blank">Fotobook</a> &#8211; a WordPress plugin that will link to your Facebook account and import all of your photo albums into a page on your WordPress installation.</li>
<li><a href="http://wordpress.org/extend/plugins/friendfeed-comments/" target="_blank">Friendfeed Comments</a> &#8211; This plugin will take the comments &#038; &#8216;likes&#8217; on your posts from FriendFeed and place them on the post that they&#8217;re related to. The comments come with the person&#8217;s name, a link to their FriendFeed profile &#038; their FriendFeed image.</li>
<li><a href="http://wordpress.org/extend/plugins/meet-your-commenters/" target="_blank">Meet Your Commenters</a> &#8211; When someone comments on your blog and writes a comment with his/her URL, is leaving more information than you think. This plugin displays web pages and profiles of those users in the dashboard, so you can add them as friends if you are in the same social network.</li>
<li><a href="http://www.sugarrae.com/wordpress/social-profiles/" target="_blank">Social Profiles WordPress Plugin</a> &#8211; The Social Profiles WordPress Plugin was created in an effort to help get the members of your community more involved by giving them increased exposure by showcasing their profiles on selected social networks in addition to the standard website link on their comments.</li>
</ul>
<h2><strong>More</strong> Resources</h2>
<ul>
<li><a href="http://wordpress.org/extend/plugins/related-ways-to-take-action/" target="_blank">Related Ways to Take Action</a> &#8211; “Related Ways to Take Action” connects your readers to actions based on the stuff you’re already writing about – so you don’t have to do anything else! You’ll also be surprised by the local and global campaigns, petitions, and fundable projects recommended for your posts!</li>
<li><a href="http://www.alteredadvice.com/add-social-networking-icons-to-a-wordpress-theme/" target="_blank">Add Social Networking Icons to your WordPress Blog</a> &#8211; Tutorial explaining how to add your own links and icons to your WordPress blog.</li>
<li><a href="http://sezwho.com/" target="_blank">SezWho</a> &#8211; SezWho is a universal profile service for the social web that improves community engagement and enables content discovery to be added to blogs, forums, message boards and other social sites.</li>
<li><a href="http://www.retaggr.com/" target="_blank">Retaggr</a> &#8211; A central location for your personal info, and a gateway to all your online profiles and networks. </li>
<li><a href="http://traffikd.com/social-media-websites/" target="_blank">List of Social Media and Social Networking Sites</a> &#8211; Continually updated categorized list of social networks.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/wordpress/social-media-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Social Networking</title>
		<link>http://anidandesign.com/social/</link>
		<comments>http://anidandesign.com/social/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 03:11:17 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://anidandesign.com/?page_id=487</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So, you want a Myspace profile?</title>
		<link>http://anidandesign.com/social-networking/design-a-myspace-profile/</link>
		<comments>http://anidandesign.com/social-networking/design-a-myspace-profile/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 07:31:26 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[Myspace]]></category>
		<category><![CDATA[personalize]]></category>

		<guid isPermaLink="false">http://anidandesign.com/?p=193</guid>
		<description><![CDATA[It seems that everyone has a <a href="http://myspace.com" target="_blank">Myspace</a> profile these days... (I am <a href="http://myspace.com/josieg182" target="_blank">no exception</a>) but for those of you who haven't yet created one but want to, I have put together a few resources to pimp out your new Myspace profile in no time using all of the cool stuff you see on other people's profiles!]]></description>
			<content:encoded><![CDATA[<p>It seems that everyone has a <a href="http://myspace.com" target="_blank">Myspace</a> profile these days&#8230; (I am <a href="http://myspace.com/josieg182" target="_blank">no exception</a>) but for those of you who haven&#8217;t yet created one but want to, I have put together a few resources to pimp out your new Myspace profile in no time using all of the cool stuff you see on other people&#8217;s profiles!</p>
<p class="center"><img src="http://anidandesign.com/img/myspacebanner.jpg" alt="Find all things for myspace" class="pix" /></p>
<h2>Put your pictures here!</h2>
<p>If you want to put your own pictures or banners on your profile there are several ways to do it. Here are a few of them:</p>
<ul>
<li><a href="http://photobucket.com/" target="_blank">Photobucket</a> &#8211; This is where I host my pictures for Myspace! You get a gig of free space to store pictures, videos, avatars, &#038; icons. Photobucket provides you the ability to edit your images, create slideshows, design avatars, or start a scrapbook with your pictures and videos!</li>
<li><a href="http://www.slide.com/" target="_blank">Slide.com </a> &#8211; No limit image hosting! At slide.com you can create slideshows and guest books, personalize your images with stickers and graffiti, skin your youtube videos with cool designs like sparkling bling plasma screens, and Superpoke your friends!</li>
</ul>
<h2>Create cool text!</h2>
<p>Add a little creativity to your profile with these flashy text generators:</p>
<ul>
<li><a href="http://www.glitterfy.com/glitter-words.php" target="_blank">Glitter</a> &#8211; Create all types of glitter text with this cool tool from Glitterfly</li>
<li><a href="http://www.revfad.com/flip.html" target="_blank">Upside Down</a> &#8211; Flip your text upside down at this site</li>
<li><a href="http://www.draac.com/rainbow.html" target="_blank">Rainbow</a> &#8211; Need some color? Create rainbow text with this generator</li>
</ul>
<h2>Design your Profile!</h2>
<p>A few of my favorite sites to get a pre-made profile layouts, design your own profile layout, get codes to hide areas of your profile such as your comments or friends, find character codes and more:</p>
<ul>
<li><a href="http://freecodesource.com/" target="_blank">Freecodesource.com</a> &#8211; Here at Freecodesource.com, we help guide you through the steps of customizing your Myspace Profile. We provide easy to use Myspace Generators, and take you step by step in our Myspace Tutorials. You can add myspace cursors, myspace graphics, myspace games, myspace clocks, myspace layouts and tons more with our premade Myspace ready Copy and Paste Codes. <em>*My favorite site for Myspace stuff!</em></li>
<li><a href="http://www.glitterfy.com/" target="_blank">Glitterfly</a> &#8211; Custom glitter graphics for myspace. Find all sorts of glitter graphics or glitter your own photos!</li>
<li><a href="http://www.pyzam.com/myspacelayouts/" target="_blank">Pyzam</a> &#8211; Myspace Layouts from pYzam come in tons of great categories. Our Myspace layouts are always free and easy to use! Try our Hott Myspace Layouts, Cute Myspace Layouts, Basketball Myspace Layouts, or anything from our massive layout collection! You can even request a Myspace layout to be made by pYzam.</li>
<li><a href="http://www.lovemyflash.com/layouts/" target="_blank">LoveMyFlash</a> &#8211; Tons of Flash layouts designed by professionals for Myspace profiles</li>
<li><a href="http://www.freemyspacelist.com/" target="_blank">Freemyspacelist.com</a> &#8211; Fine all kinds of layouts including div layouts.</li>
</ul>
<h2>Add the cool stuff!</h2>
<p>Here are the sites to find all of the cool widgets and toys for Myspace:</p>
<ul>
<li><a href="http://www.poqbum.com/" target="_blank">POQbum.com</a> &#8211; TONS of flash toys &#038; generators including mp3 players, lava lamps, countdown generators and more!</li>
<li><a href="http://freecodesource.com/index.php?page=myspacegenerators/bulletincommentbox" target="_blank">Bulletin Comment Box</a> &#8211; create a bulletin comment box for your profile. Perfect to use if you hid the comments on your profile but and still want to receive your comments.</li>
<li><a href="http://poodwaddle.com/" target="_blank">Poodwaddle.com</a> &#8211; Get all sorts of cool flash programs and games including the earth clock.</li>
<li><a href="http://www.blogthings.com/" target="_blank">Blogthings.com</a> &#8211; Here are all of those quizzes you see on everyone&#8217;s profiles</li>
<li><a href="http://www.freemyspacelist.com/" target="_blank">Freemyspacelist.com</a> &#8211; Find pretty much everything for Myspace at this site including layouts, div layouts, graphics, generators, codes, icons, and more!</li>
</ul>
<p>After you have <a href="http://signups.myspace.com/index.cfm?fuseaction=signup" target="_blank">created your new Myspace profile</a>, <a href="http://myspace.com/josieg182" target="_blank">friend me on myspace</a>!</p>
<p>[adsense]</p>
]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/social-networking/design-a-myspace-profile/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Protect yourself on Myspace</title>
		<link>http://anidandesign.com/social-networking/protect-yourself-on-myspace/</link>
		<comments>http://anidandesign.com/social-networking/protect-yourself-on-myspace/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 07:57:10 +0000</pubDate>
		<dc:creator>dani</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[internet safety]]></category>
		<category><![CDATA[Myspace]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://anidandesign.com/?p=150</guid>
		<description><![CDATA[Myspace is a great place to stay connected with friends or to meet new ones however it is also a great place to get phished or scammed as well. Here are a few ways in which you can protect yourself on Myspace.]]></description>
			<content:encoded><![CDATA[<p class="center"><a href="http://myspace.com" target="_blank" title="Myspace"><img src="http://anidandesign.com/img/myspaceaddict.jpg" class="pix" alt="Myspace" /></a></p>
<p>Myspace is a great place to stay connected with friends or to meet new ones however it is also a great place to get phished or scammed as well. Here are a few ways in which you can protect yourself on Myspace.</p>
<ul>
<li><strong>Back up your profile</strong> &#8211; You back up everything else why not your Myspace profile? The best way to do this is the open a blank notepad document (notepad not Word or Wordpad) and copy each section of your Myspace profile into the notepad document and save it to your harddrive. Do this everytime you add to or change your profile and that way if anything ever happens you can get your profile back up in no time.</li>
<li><strong>Pay Attention</strong> &#8211; Just because you are on your friend&#8217;s profile page does not mean that you can&#8217;t get phished! If you click on a link or picture and it takes you to the Myspace login page, be careful! Make sure and type Myspace.com into your address bar to make sure you are truly at the Myspace home page. Also, if you click a link in Myspace make sure the address you are intending to go to is actually the address you are at! Always check your address bar. Another simple way to make sure the link is the same is to enable the status bar at the bottom of your browser window (top of your browser click view then click status bar, that should enable it at the bottom of your browser) and mouse over the link. The actual address will appear in the status bar. Make sure it is the same address you are clicking on! Don&#8217;t ever click on anything you feel might be suspicious in anyway. Web sites are capable of stealing information from you whether you actually click on anything or not.</li>
<li><strong>Don&#8217;t fall for it</strong> &#8211; Though I am certain there are legitimate needs being posted on Myspace unless you can verify the organization or source of the request don&#8217;t fall for it. There are plenty of scams on Myspace and chances are the person/persons/animals are not dying, starving, or saving a life but merely trying to get your credit card or bank information to steal from you later. <strong>NEVER</strong> give out your financial information unless you are at a secure, reputable site such as Paypal, Ebay, etc. and even then you should be careful. You can verify that you are on a secure site by checking your browser for the lock icon or by looking at the web address, making sure it begins with a https rather than http. (<a href="http://www.mozilla.com/en-US/" target="_blank" title="Mozilla Firefox">Mozilla Firefox</a> is the most secure browser you can use. <a href="http://www.mozilla.com/en-US/" target="_blank" title="Download Mozilla Firefox">Download it here</a>.)</li>
<li><strong>Change your password</strong> &#8211; Change your password OFTEN! And if you ever feel as though you might have been led to a phishing page or accidentally put your login information into a page you believe might be bogus&#8230; CHANGE YOUR PASSWORD! (Just be sure and remember your new one!) When you change your password get creative&#8230; Don&#8217;t just use all letters, mix it up! Use all the allowed characters possible and if it is case sensitive, take advantage of it by using both capital and lowercase letters.</li>
</ul>
<h2>Here are a few more articles on the subject:</h2>
<ul>
<li><a href="http://www.myspacescams.com/" target="_blank">Myspace Scams</a></li>
<li><a href="http://www.associatedcontent.com/article/29482/how_to_protect_your_personal_information.html" target="_blank">How to Protect Your Personal Information, Privacy on Your MySpace Profile | Associated Content</a></li>
<li><a href="http://securityresponse.symantec.com/home_homeoffice/library/familyresource/article.jsp?aid=pr_MySpace_and_your_child" target="_blank">Myspace Safety &#038; Security Tips for Parents | Symantec</a></li>
</ul>
<p>[adsense]</p>
]]></content:encoded>
			<wfw:commentRss>http://anidandesign.com/social-networking/protect-yourself-on-myspace/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

