Social Media » Internet Marketing Strategies » Florida SEO

I'm really impressed by some of the new and effective internet marketing strategies that have been coming out lately. On LinkedIn, I saw a post for a sharing widget and decided that it would be cool to add this functionality to the collection of social media buttons on Florida SEO Blog. [directions to install the code].

As long as LinkedIn doesn't decide to change the API too much, I can have my readers spread the word about the content on Florida Search Engine Optimization and Florida SEO Blog to all of their contacts in LinkedIn and possibly expand Florida Search Engine Optimization's reach to a targeted market that otherwise I would not be accessible to.

For the CF coders that want to install the LinkedIn code on to BlogCFC, it's not too hard. There are five URL variables to be updated to share the article submission with your LinkedIn network.

  • 1. The LinkedIn URL
  • 2. The Article URL
  • 3. The Article Title
  • 4. The Article Source
  • 5. The Article Summary

http://www.linkedin.com/shareArticle?mini=true&url=
{articleUrl}&title={articleTitle}&summary={articleSummary}
&source={articleSource}

I added the following code to the row of BlogCFC's social media buttons around line 100 of index.cfm. The content for this area is within div class="byline". If you want to add a LinkedIn Icon ... there's a good set of LinkedIn Icons here ... I used the 16px version.

<img src="#application.rooturl#/images/LinkedIn_16.png" align="middle" title="Share on LinkedIn!"
   height="16" width="16">
<a href="http://www.linkedin.com/shareArticle?mini=true&url=
   #application.blog.makeLink(id)#&title=#URLEncodedFormat("
#title#")#&summary=
   #URLEncodedFormat("
#Left(application.blog.renderEntry(body,false,enclosure),200)#")#&source=
   #URLEncodedFormat("
#application.blog.getProperty('blogTitle')#")#" rel="nofollow" target="_blank">
LinkedIn Share!</a>

Oh Yeah ... If you liked this article ... Don't forget to share it with your LinkedIn network ... :)

BlogCFC XML-RPC & Windows Live Writer

I recently decided to take a shot at creating Blog entries to BlogCFC through a desktop publishing application. ScribeFire, is a nice tool that offers the ability to create Blog posts directly to from Firefox. Yet, it lacked quality functionality and support that is required for those that are doing serious publishing. While searching through the ColdFusion Blogging community lately, I  ran across several articles suggesting the use of Google Docs as a method for posting to BlogCFC too. I really didn't  care for that method either.

So I managed to find a reference on Ray Camden's Blog to using Windows Live Writer via XML-RPC.  BlogCFC has been supporting XML-RPC for some time now, so I was eager to start using it after I figured out what it was actually was capable of doing. For those that are not familiar with XML-RPC, it is a specification that allows connections between two computers through remote procedure calls to XML.

The reference on Ray's site was to a demo from Dan Vega, which explains how to get the writer up and running. Several things have to be pointed out though. First, the categories from BlogCFC are not editable from WLR. To edit those, you'll have to go in to the BlogCFC admin. Second, the style sheets from BlogCFC don't seem to import correctly. That doesn't seem to carry over in the post though so personally I can handle dealing with it. Another thing is, deleting posts from within WLR, will remove the entry from the Blog, but not from the xmlrpc.cfm cache or, rather the ScopeCache.cfm template ... in order to deal with that, you might want to add the code below to the xmlrpc.cfm file, just below the blogger.deletePost case switch statement around lines 185-190.

<!--- clear cache --->       <cfmodule clearall="true" scope="application" template="../tags/scopecache.cfm">

This way the Blog's cache will update whenever you delete a post ... Much thanks goes out to Shane for that.

All and all, I must admit that editing in WLR is very clean - much nicer than working directly in an online editor, and though WLR does not have the power of a word processor, or the design and HTML editing capabilities of an IDE, it is still a nice tool to use for creating blog posts.

BlogCFC was created by Raymond Camden. This blog is running version 5.9. Contact Florida Search Engine Optimization L.L.C.
Search Engine Optimization Specialist || Web Designer || Web Developer || Edward J Beckett ||
Search Engine Optimization Company  || SEO Services || Internet Marketing Company || Search Engine Optimization Expert || Florida Search Engine Optimization LLC
Florida Search Engine Optimization || Search Engine Optimization || SEO Services || Florida SEO Blog
Florida Search Engine Optimization
Search Engine Optimization
SEO Services
Florida SEO Blog
August-01-2010
2:04 AM EST