<?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>ProMovieBlogger &#187; Movie Website Design</title>
	<atom:link href="http://promovieblogger.com/category/movie-website-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://promovieblogger.com</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 14:06:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Add the Google +1 Button to WordPress and Blogger</title>
		<link>http://promovieblogger.com/how-to-add-the-google-1-button-to-wordpress-and-blogger/</link>
		<comments>http://promovieblogger.com/how-to-add-the-google-1-button-to-wordpress-and-blogger/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 17:37:02 +0000</pubDate>
		<dc:creator>ProMovieBlogger</dc:creator>
				<category><![CDATA[Movie Website Design]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google +1 Button]]></category>
		<category><![CDATA[Starting a Movie Website: WordPress Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://promovieblogger.com/?p=4517</guid>
		<description><![CDATA[Google has created a new social button (+1), integrated into its search engine, that can be added to WordPress and Blogger websites. How to add the Google +1 Button to WordPress and Blogger is straight forward, either via a java script, a plugin, or social button manipulation. Supposedly, the Google +1 button can or will eventually impact [...]]]></description>
			<content:encoded><![CDATA[<p>Google has created a new social button (+1), integrated into its search engine, that can be added to <strong>WordPress</strong> and <strong>Blogger</strong> websites. <strong>How to add</strong> the <strong>Google +1 Button</strong> to WordPress and Blogger is straight forward, either via a java script, a plugin, or social button manipulation. Supposedly, the Google +1 button can or will eventually impact &#8220;your site’s visibility in search&#8221;. Below you will find how to add the Google +1 button to a self-hosted WordPress site and to a Blogger website.<span id="more-4517"></span></p>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/06/google-+1-button-page-01.jpg"><img class="alignnone size-full wp-image-4674" title="Google +1 Button Page" src="http://promovieblogger.com/wp-content/uploads/2011/06/google-+1-button-page-01.jpg" alt="Google +1 Button Page" width="344" height="203" /></a></p>
<p style="text-align: center;">Google +1 Button Page</p>
<p>Here you will find the <a href="http://www.google.com/webmasters/+1/button/index.html">Google + 1 button page</a>, which showcases the buttons different sizes and basic installation information. </p>
<h4><span style="color: #008000;">The official Google information about the +1 button</span></h4>
<p style="text-align: center;"><iframe width="500" height="430" src="http://www.youtube.com/embed/4RyY2-ofP4g" frameborder="0" allowfullscreen></iframe></p>
<h4><span style="color: #008000;">How to add the Google +1 Button to a WordPress site </span></h4>
<blockquote><p>Step 1: Add a Line of JavaScript to Your Theme Files</p>
<p>The +1 button tool page lays out what webmasters need to add to their website. For users who have a standard XHTML website (or are using Tumblr), copying and pasting</p></blockquote>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://apis.google.com/js/plusone.js&#8221;&gt;&lt;/script&gt; before the &lt;/body&gt; tag</p>
<blockquote><p>on a website works just fine. WordPress users, however, will need to add that snippet to their theme files.</p></blockquote>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/06/wordpress-footer-editor-google-+1-button-01.jpg"><img class="alignnone size-full wp-image-4676" title="WordPress Footer Editor, Google +1 Button" src="http://promovieblogger.com/wp-content/uploads/2011/06/wordpress-footer-editor-google-+1-button-01.jpg" alt="WordPress Footer Editor, Google +1 Button" width="448" height="200" /></a></p>
<p style="text-align: center;">WordPress Footer Editor, Google +1 Button</p>
<blockquote><p>Simply Go to the Appearances section in the WordPress dashboard and select “editor.” Then find the footer.php file in your template listing. Scan through the file until you see the area marked</p></blockquote>
<p>&lt;/body&gt;</p>
<blockquote><p>, then paste in the JavaScript line.</p>
<p>Hit update and you’re ready for step two!</p>
<p>Step 2: Add a Button to Your Sidebar</p>
<p>After the JavaScript snippet has been added to your website, users can paste the  wherever they want a button to appear. Using the +1 button tool, you can configure the button size and include other advanced options.</p>
<p>Another common use for the +1 button, besides on individual blog posts, will likely be in sidebar widgets on a homepage. This can act as a nice, generic hub for +1 activity.</p>
<p>To add the +1 button to a sidebar in WordPress (assuming your theme supports sidebars), simply go to the Appearances section in the Dashboard and select “Widgets.”</p>
<p>We’ll assume that you want to create a new widget for the +1 button, but other sidebar widgets can also be customized to display the button.</p></blockquote>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/06/wordpress-widget-google-+1-button-01.jpg"><img class="alignnone size-full wp-image-4675" title="WordPress Widget, Google +1 Button" src="http://promovieblogger.com/wp-content/uploads/2011/06/wordpress-widget-google-+1-button-01.jpg" alt="WordPress Widget, Google +1 Button" width="448" height="307" /></a></p>
<p style="text-align: center;">WordPress Widget, Google +1 Button</p>
<blockquote><p>Drag a new “Text” widget to the sidebar location of your choice. You can add a header if you want, or you can leave it blank. In the text portion, paste the button configuration you want using the +1 button page. The standard code is</p></blockquote>
<p>&lt;g:plusone&gt;&lt;/g:plusone&gt;</p>
<blockquote><p>You can choose how you want the button to align itself using HTML or referring to CSS classes from your stylesheet.</p>
<p>Additional Tips</p>
<p>At this point, we’ve successfully added the +1 button to a WordPress website. Users can add the button to individual posts by entering the button code in the body of a post, or add it in automatically by adding a line to the WordPress loop in the post.php and loop.php theme templates.</p>
<p>Here are a few things you might want to take into consideration when using the +1 button on your site:</p>
<p>By default, the button doesn’t have a URL parameter set. Instead, the JavaScript will crawl your page and make its best guess for the URL that you are liking. If you want to specifically ask users to +1 a certain URL, add</p></blockquote>
<p>[code]href="http://example.com"[/code]</p>
<blockquote><p>to the button’s tag. For instance, if I wanted to add a +1 button that reported to Mashable, this is the code I would use:</p></blockquote>
<p>&lt;g:plusone href=&#8221;http://mashable.com&#8221;&gt;&lt;/g:plusone&gt;</p>
<blockquote><p>For sites with the popular <a href="http://wordpress.org/extend/plugins/bad-behavior/">Bad Behavior WordPress plugin</a> it can interfere with the +1 button, at least as of this writing. Disabling the plugin will allow users to add +1 buttons to their site.</p></blockquote>
<p>The Digg Digg WP plugin (written about here: <a href="http://promovieblogger.com/starting-a-movie-website-wordpress-plugins/">Starting a Movie Website: WordPress Plugins</a>) has been update with the Google + 1 button in all its sizes.</p>
<h4><span style="color: #008000;">More on adding a Google +1 button to main index posts in WordPress</span></h4>
<blockquote><p>Now, simply adding the above code [&lt;g:plusone&gt;&lt;/g:plusone&gt;] on the homepage below each post excerpt won’t generate a +1 button for each individual post. To add the +1 button on WordPress homepage, use the code given below and paste it on the index.php file where you want it to appear.</p></blockquote>
<p>&lt;g:plusone size=&#8221;small&#8221; href=&#8221;&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&#8221;&gt;&lt;/g:plusone&gt;</p>
<blockquote><p>This will now add a plus +1 button that corresponds to each post appearing on the index page. You can add the code in similar manner to category pages as well.</p>
<p>Thus, by modifying the code snippet given by Google by adding the URL attribute, you can embed the Google +1 button to WordPress blog homepage.</p></blockquote>
<h4><span style="color: #008000;">How to add the Google +1 Button to a Blogger site</span></h4>
<p>The first method:</p>
<blockquote><p>To add the +1 button to your blog directly without any code then you’ll need to enable Share buttons on Blogger. To do this, go to Design &gt; Page Elements on your Blogger dashboard, find the Blog posts area, click on Edit, and select the “Show Share Buttons” option. If you are already using Share buttons, then you don&#8217;t need to worry as the +1 button will automatically show up as a new share button.</p></blockquote>
<p style="text-align: center;">&nbsp;</p>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/06/blogger-share-buttons-google-+1-button-01.jpg"><img class="alignnone size-full wp-image-4680" title="Blogger Share Buttons, Google +1 Button" src="http://promovieblogger.com/wp-content/uploads/2011/06/blogger-share-buttons-google-+1-button-01.jpg" alt="Blogger Share Buttons, Google +1 Button" width="400" height="356" /></a></p>
<p style="text-align: center;">Blogger Share Buttons, Google +1 Button</p>
<p>The second method:</p>
<blockquote><p>1. Go To Blogger &gt; Design &gt; Edit HTML<br />
2. Backup your template<br />
3. Search for</p></blockquote>
<p>&lt;/head&gt;</p>
<blockquote><p>4. Paste the code below just above &lt;/head&gt;</p></blockquote>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://apis.google.com/js/plusone.js&#8221;&gt; {lang: &#8216;en-US&#8217;} &lt;/script&gt;</p>
<blockquote><p>5. Now Check the &#8220;Expand Widgets Templates&#8221; Box at the top right corner. In order to place the button just below Post titles then search for this code   and place the +1 button code given below just above it,</p></blockquote>
<p>&lt;div style=&#8217;float:left&#8217;&gt;</p>
<p>&lt;g:plusone size=&#8221;standard&#8221; expr:href=&#8221;data:post.url&#8221;/&gt;</p>
<p>&lt;/div&gt;</p>
<blockquote>
<div style="float: left;">
<p>&nbsp;</p>
</div>
<p>You can display it to &#8220;left&#8221; and &#8220;right&#8221; by adjusting left<br />
You can change standard to medium, small or tall. Choose the size that may blend your template.</p>
<p>6. If you want the button to appear below blog posts then add the button code just below</p></blockquote>
<p>&lt;data:post.body&gt;</p>
<blockquote><p>7. Save your template to see it working.</p></blockquote>
<h4><span style="color: #008000;">A list of important Google +1 button facts to ponder:</span></h4>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/06/natalie-portman-interview-magazine-september-2009-01.jpg"><img class="size-full wp-image-4666 aligncenter" title="Natalie Portman, Interview Magazine, September 2009" src="http://promovieblogger.com/wp-content/uploads/2011/06/natalie-portman-interview-magazine-september-2009-01.jpg" alt="Natalie Portman, Interview Magazine, September 2009" width="480" height="480" /></a></p>
<p style="text-align: center;"><strong>Natalie Portman</strong>, Interview Magazine, September 2009</p>
<blockquote><p><strong>1. </strong>The +1 button will influence search rankings. Here is the exact quote from Google’s David Byttow, from when the feature was first announced: “We’ll also start to look at +1’s as one of the many signals we use to determine a page’s relevance and ranking, including social signals from other services. For +1′s, as with any new ranking signal, we’ll be starting carefully and learning how those signals affect search quality over time.”</p>
<p><strong>2.</strong> When a user searches, while signed in, their search result snippets may be annotated with the names of their connections who have “+1′d” the page. When none of the user’s connections have +1′d a page, the snippet may display the aggregate number of +1′s the page has received.</p>
<p><strong>3.</strong> Google says publishers could see “more, and better qualified traffic coming from Google” as potential visitors see recommendations from friends and contacts beneath their search results</p>
<p><strong>4. </strong>Google calls the +1 button “shorthand for ‘this is pretty cool’ or ‘you should check this out’.</p>
<p><strong>5.</strong> One a user clicks the button, a link to the content appears under the +1′s tab on the user’s Google Profile.</p>
<p><strong>6.</strong> Google suggests clicking the button when you “like, agree with, or want to recommend” something to others.</p>
<p><strong>7.</strong> The +1 Button is not the same as Google Buzz, though there are similarities. They both appear on your Google Profile under different tabs, but +1′s don’t allow for comments (at least yet. I would not be surprised to see Buzz’s functionality get rolled into +1 eventually).</p>
<p><strong>8.</strong> +1′s are public by default. Google may show them to any signed-in user who has a social connection to one. Users can choose not to have them displayed publicly on their Google Profile, however.</p>
<p><strong>9.</strong> There are different sizes and styles of the button that you can use on your site.</p>
<p><strong>10. </strong>The button is even more customizable if you want to get more technical. The API documentation can be found here: http://code.google.com/apis/+1button/</p>
<p><strong>11.</strong> When a user clicks on the +1 button it applies to the URL of the page they’re on.</p>
<p><strong>12.</strong> Still, multiple buttons can be placed on a single page that all +1 different URLs (refer to the above documentation).</p>
<p><strong>13. </strong>While Google suggests you use the button where you think they’ll be most effective in terms of placement around your content, the company recommends above the fold, near the title of the page, and close to sharing links. Google also says it can be effective if you put it at the end of an article as well as the beginning.</p>
<p><strong>14.</strong> By placing the &lt;script&gt; tag at the bottom of the document, just before the body close tag, Google says you may improve loading speed of the page (which is another factor Google takes into account in terms of ranking).</p>
<p><strong>15.</strong> If you try to +1 a private URL, it won’t work, according to Google.</p>
<p><strong>16.</strong> You have to be logged into a Google account for the button to work.</p>
<p><strong>17.</strong> While everyone can see aggregate annotations, signed in users can also see personalized annotations from people in their Gmail/Google Talk Chat list, My Contacts group in Google Contacts, and people they’re following in Google Reader and Google Buzz.</p>
<p><strong>18.</strong> Google points to these canonicalization strategies to ensure the +1s “apply as often as possible to the pages appearing in Google search results.” http://www.google.com/support/webmasters/bin/answer.py?answer=139066</p>
<p><strong>19. </strong>The button is supported in 44 languages (though the annotations only appear in the English language Google.com search results for the time being).</p>
<p><strong>20.</strong> The button will be seen in the Android Market, Blogger blogs, Product Search, and YouTube, in addition to any other sites that add them.</p>
<p><strong>21.</strong> A lot of sites have already replaced the Google Buzz button on content pages with the +1 button</p>
<p><strong>22.</strong> If you have a Blogger blog, you can add the button by going to Design &gt; Page Elements on the dashboard, finding the “Blog posts” area, clicking edit, and selecting the “Show Share Buttons” options, where you should find the +1 button as an option.</p>
<p><strong>23.</strong> The +1 Button will be available on YouTube watch pages under the “share” feature. Consider how valuable YouTube can already be to SEO, and take then take into consideration the search implications of the +1 button.</p>
<p><strong>24. </strong>If you’re signed into your Google account, Google will show you +1 annotations from your Google contacts on YouTube search results.</p>
<p><strong>25. </strong>Google says adding +1 buttons to your pages can help your ads stand out on Google. “By giving your visitors more chances to +1 your pages, your search ads and organic results might appear with +1 annotations more often. This could lead to more–and better qualified–traffic to your site,” the company says.</p>
<p><strong>26.</strong> The +1 button will appear next to the headline on search ads. Personalized annotations will appear beneath the Display URL.</p>
<p><strong>27.</strong> Publishers can get updates about the button by joining <a href="http://groups.google.com/group/google-publisher-buttons/subscribe">this group</a>.</p>
<p><strong>28.</strong> Google may crawl or re-crawl pages with the button, and store the page title and other content, in response to a +1 button impression or click.</p>
<p><strong>29.</strong> Google has strict policies for publishers that it says it will use (along with the Google ToS) to govern use of the +1 button. Here are these policies in their entirety:</p>
<p><em>Publishers may not sell or transmit to others any data about a user related to the user’s use of the +1 Button. For the avoidance of doubt, this prohibition includes, but is not limited to, any use of pixels, cookies, or other methods to recognize users’ clicks on the +1 Button, the data of which is then disclosed, sold, or otherwise shared with other parties.</em></p>
<p><em>Publishers may not attempt to discover the identity of a +1 Button user unless the user consents to share his or her identity with the Publisher via a Google-approved authorization procedure. This prohibition includes identifying users by correlating +1 Button reporting data from Google with Publisher data.<br />
Publishers may not alter or obfuscate the +1 Button, and Publishers may not associate the +1 Button with advertising content, such as putting the +1 Button on or adjacent to an ad, unless authorized to do so by Google.</em></p>
<p><em>Publishers may not direct users to click the +1 Button for purposes of misleading users. Publishers should not promote prizes, monies, or monetary equivalents in exchange for +1 Button clicks. For the avoidance of doubt, Publishers can direct users to the +1 Button to enable content and functionality for users and their social connections. When Publishers direct users to the +1 Button, the +1 action must be related to the Publishers’ content and the content or functionality must be available for both the visitor and their social connections.</em></p>
<p><em> </em><em> </em><em> </em></p>
<p><em>Google may analyze Publishers’ use of the +1 Button, including to ensure Publishers’ compliance with these policies and to facilitate Google’s development of the +1 Button. By using the +1 Button, Publishers give Google permission to utilize an automated software program (often called a “web crawler”) to retrieve and analyze websites associated with the +1 Button.</em></p>
<p><strong>30.</strong> The button is not available on mobile search results yet, though users may still be able to see the buttons on your pages.</p>
<p><strong>31. </strong>According to Search Engine Land, while they may still be a while away, <a href="http://searchengineland.com/google-1-analytics-coming-soon-heres-what-to-expect-79451">Google will launch analytics for the button</a>, to show webmasters info on geography, demographics, content, and search impact. Apparently Google is working with launch partners to make sure reporting is accurate before they offer it on a wider scale.</p>
<p>If you want the code for the button to add to your site, you can get it <a href="http://www.google.com/webmasters/+1/button/index.html#utm_source=socialwebblog&amp;utm_medium=blog&amp;utm_campaign=announcement">here</a>.</p></blockquote>
<p><em>Source: <a href="http://mashable.com/2011/06/01/plus-1-button-wordpress/">Mashable</a>, <a href="http://techattitude.com/tips-tricks-and-hacks/how-to-add-googles-1-button-to-your-wordpress-homepage/  ">Techattitude</a>, <a href="http://www.mybloggertricks.com/2011/06/add-google-1-button-to-your-blogger.html">Mybloggertricks</a>, <a href="http://www.webpronews.com/google-1-button-3-2011-06">Webpronews</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://promovieblogger.com/how-to-add-the-google-1-button-to-wordpress-and-blogger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Outbrain and Vertical Acuity Analysis: Two Related Links Thumbnail Widgets</title>
		<link>http://promovieblogger.com/outbrain-and-vertical-acuity-analysis-two-related-links-thumbnail-widgets/</link>
		<comments>http://promovieblogger.com/outbrain-and-vertical-acuity-analysis-two-related-links-thumbnail-widgets/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 19:57:15 +0000</pubDate>
		<dc:creator>ProMovieBlogger</dc:creator>
				<category><![CDATA[Movie Website Design]]></category>
		<category><![CDATA[Mobile Website]]></category>
		<category><![CDATA[Outbrain]]></category>
		<category><![CDATA[Related Links Thumbnail Widgets]]></category>
		<category><![CDATA[Related Post Plugin]]></category>
		<category><![CDATA[Vertical Acuity]]></category>

		<guid isPermaLink="false">http://promovieblogger.com/?p=4263</guid>
		<description><![CDATA[Outbrain and Vertical Acuity are two Related Links Thumbnail Widgets that can be used in lieu of the traditional text link related post option. Once Outbrain or Vertical Acuity have been installed, these related links thumbnail widgets will display related posts at the bottom of your posts or wherever you have placed their code in your website [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Outbrain</strong> and <strong>Vertical Acuity</strong> are two <strong>Related Links Thumbnail Widgets</strong> that can be used in lieu of the traditional text link related post option. Once Outbrain or Vertical Acuity have been installed, these related links thumbnail widgets will display related posts at the bottom of your posts or wherever you have placed their code in your website or blog template.<span id="more-4263"></span></p>
<h4><span style="color: #008000;">Outbrain</span></h4>
<p>Outbrain&#8217;s official description:</p>
<blockquote><p><a href="http://promovieblogger.com/wp-content/uploads/2011/06/outbrain-logo-01.jpg"><img class="alignright size-full wp-image-4543" title="Outbrain Logo" src="http://promovieblogger.com/wp-content/uploads/2011/06/outbrain-logo-01.jpg" alt="Outbrain Logo" width="271" height="77" /></a>Outbrain automatically places your best content at the foot of your article to guide your readers towards more of what you have to offer.</p>
<p>Our content recommendation system personalizes links for each of your readers. We blend contextual analysis, collaborative filtering (“people who read this article also read…”), and personalization to sift through all your content and select the best four or five links to show at any time</p>
<p>The widget is free, simple to install and will automatically inherit the look and feel of your site. Set your preferences&#8230;and in less than 60 seconds, your readers will begin seeing thumbnail images linking to great content.</p></blockquote>
<p>Here is what a reader told me about Outbrain prior to trying it out myself:</p>
<blockquote><p>It is just liked LinkWithin but much better. It wont display posts they&#8217;ve already read, more plugin options, automatically generates a thumbnail image even if you don&#8217;t have any pictures in the post (it&#8217;s a cool looking 3D view of the actual text of the article).</p></blockquote>
<p>And what I didn&#8217;t like about the description of Outbrain&#8217;s other options</p>
<blockquote><p>Outbrain also serves links to articles on other sites that partners are paying us to distribute. Like all our content recommendations, these paid links are targeted to provide your readers interesting content that we think they will enjoy. In return, you share in the proceeds, developing a significant new revenue stream based on high user engagement that complements your editorial mission.</p></blockquote>
<p>I want to keep site visitors on my site for as long as possible and keep the bounce rate low. I&#8217;m not trying to up the pageviews of another site and send my traffic somewhere else. If this feature can be turned off, great, if not, I&#8217;ll pass. I do like that the ads can be turned though.</p>
<p>From Outbrain on how to install their widget:</p>
<blockquote>
<ol id="steps">
<li>Copy the JavaScript code below:</li>
<li>Paste the code into the template(s) where you want the Outbrain widget to show.</li>
<li>Replace the &#8216;DROP_PERMALINK_HERE&#8217; text in the code with a variable that indicates each post&#8217;s permalink URL. This variable may be different depending on what platform you&#8217;re using, but it should dynamically pull in the permanant URL of each page where the widget resides.</li>
</ol>
</blockquote>
<p>I plugged in various permalinks into their code. Nothing (I do not have a computer science degree&#8230;yet). After that I said forget it. If I have to go into their forums or send them an email (they offer live chat also), I&#8217;ll stick with the right-out-of-the-box solutions e.g. LinkWithin and nRelate, written about here: <a href="http://promovieblogger.com/linkwithin-and-nrelated-related-posts-comparative-analysis/  ">LinkWithin and nRelate: Related Posts Comparative Analysis</a>. I have posts and content to generate. After an undetermined amount of time, the widget finally appeared after using the permalink: my URL/%postname%/.</p>
<h4><span style="color: #008000;">After Outbrain&#8217;s Installation</span></h4>
<p>Using the &#8220;<a href="http://www.outbrain.com/getwidget  ">Get Blog Widgets</a>&#8221; version of Outbrain, the entire title for the posts were included, causing a side scroll bar to appear next to the widget.</p>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/06/outbrain-thumbnail-link-widget-01.jpg"><img class="size-full wp-image-4538 aligncenter" title="Outbrain Thumbnail Link Widget" src="http://promovieblogger.com/wp-content/uploads/2011/06/outbrain-thumbnail-link-widget-01.jpg" alt="Outbrain Thumbnail Link Widget" width="488" height="220" /></a></p>
<p>Needless to say I didn&#8217;t like the scroll bar though on other sites that currently use it like Firstshowing, the scroll bar is not present. LinkWithin automatically cuts off the long title text in the title of the post so that all of the titles are more or less the same length and no scroll bar is ever present.  NRelate does not truncate the titles but no scroll appears either.</p>
<p>One final note: The Outbrain widget did not show up in the mobile version of my website while the LinkWithin and nRelate widgets both did. This is either a good thing or a bad thing depending upon your perspective. I use five LinkWithin widget thumbnail boxes at the bottom of my posts and they are cut off in the middle of the third one on the mobile version of my website. This is why some websites have stopped using LinkWithin I imagine. If you do not want the widget showing at the bottom of the mobile version of your website, Outbrain is a good option for that. If you do, nRelate is probably the best bet. It aligns the thumbnails so that they all show on the mobile version of your website, even if you use five of them. Thumbnail links at the bottom of your mobile website posts means potentially more pageviews for your site and more ad revenue (if you have monetized the mobile version of your website and/or you sell ads on your website). Mobile website revenue was written about earlier here: <a href="http://promovieblogger.com/how-a-smart-phone-improved-a-mobile-websites-presentation-and-ad-revenue/">How a Smart Phone improved a Website’s Mobile Presentation and Ad Revenue</a>. Advertisers love high pageviews: that means more eyes on their products and potential customers for their products.</p>
<h4><span style="color: #008000;">Vertical Acuity</span></h4>
<p>Vertical Acuity&#8217;s official description:</p>
<blockquote><p><a href="http://promovieblogger.com/wp-content/uploads/2011/06/vertical-acuity-logo-01.jpg"><img class="size-medium wp-image-4542 alignleft" title="Vertical Acuity Logo" src="http://promovieblogger.com/wp-content/uploads/2011/06/vertical-acuity-logo-01-300x55.jpg" alt="Vertical Acuity Logo" width="300" height="55" /></a>Our Digital Curation engine gives editors up to the second stats on the web&#8217;s highest performing content and allows them to drag content that&#8217;s on brand and in demand onto their site in real time. Just-in-time articles, photos and video can be automatically curated and delivered dynamically, or manually curated through our drag-and-drop curation browser. Either way, you create the page views you want for the time period you want. All the brand rules and content usage rights are automagically managed on the back end. You can:</p>
<ul>
<li>Curate content manually or dynamically</li>
<li>Syndicate content in real time with the click of a mouse</li>
<li>Drive higher frequency, loyalty and duration</li>
<li>Lower your cost of goods</li>
<li id="tightBullet">Protect and control your brand when bringing in syndicated content,<br />
as well as when you syndicate out</li>
</ul>
</blockquote>
<p>See their content management in action <a href="http://www.verticalacuity.com/our-platform/partner-management.php">here</a>.</p>
<h4><span style="color: #008000;">After Vertical Acuity Service Evaluation</span></h4>
<p>Vertical Acuity requires a <a href="http://www.verticalacuity.com/our-platform/register-free.php">service sign up</a> and a approval process. This is understandable, especially if the service cares anything about controlling the quality of the sites using their services and whose content is accessible to its other publishers. For a prospective publisher looking to &#8220;kick the tires&#8221; and take it for a test drive before taking the plunge, this is cumbersome.</p>
<p>The availability to choose what related posts (the &#8220;web&#8217;s highest performing content&#8230;on brand and in demand&#8230;in real time. Just-in-time articles, photos and videoshows) on your website is good, very good but even if this process comes with an automated option, I do not want to show content from another website on my own unless that other website is also owned by me. By showing my own content in those thumbnails, I potentially increase my aggregate pageviews per post, per site visit. My site&#8217;s visitors (possibly) and other site owners (certainly) might be happy with Vertical Acuity&#8217;s related link thumbnails but my site&#8217;s pageview count will not.</p>
<p>I was also unable to see how Vertical Acuity&#8217;s thumbnails look on a mobile website or if they appear at all.</p>
<h4><span style="color: #008000;">In Conclusion</span></h4>
<p>Outbrain and Vertical Acuity are both looking to monetize related links thumbnail widgets and make related links thumbnails more dynamic. If this is your goal as a webmaster, Outbrain and Vertical Acuity give you options to do so, Vertical Acuity more so than Outbrain. If you are looking for a good &#8216;ol fashion related links thumbnail widget, Outbrain is your best choice out of the two though I was not able to give Vertical Acuity the type of once-over that I was with Outbrain.</p>
]]></content:encoded>
			<wfw:commentRss>http://promovieblogger.com/outbrain-and-vertical-acuity-analysis-two-related-links-thumbnail-widgets/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>8 Tips on How to Run a Successful Movie Website</title>
		<link>http://promovieblogger.com/tips-on-how-to-run-a-successful-movie-website/</link>
		<comments>http://promovieblogger.com/tips-on-how-to-run-a-successful-movie-website/#comments</comments>
		<pubDate>Mon, 09 May 2011 03:04:11 +0000</pubDate>
		<dc:creator>ProMovieBlogger</dc:creator>
				<category><![CDATA[Movie Website Design]]></category>
		<category><![CDATA[Movie Website Traffic]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Start a Movie Website]]></category>
		<category><![CDATA[Writing Movie Content]]></category>

		<guid isPermaLink="false">http://promovieblogger.com/?p=4385</guid>
		<description><![CDATA[Finding tips on how to run a movie website successfully are easy to come by. Everyone has an opinion how to run a successful movie website but you should only listen to the people that are actual movie website webmaster. They are knee deep in the game, have their heads on a swivel, and breathe running a [...]]]></description>
			<content:encoded><![CDATA[<p>Finding <strong>tips</strong> on <strong>how to r</strong><strong>un a movie website successfully</strong> are easy to come by. Everyone has an opinion how to run a successful movie website but you should only listen to the people that are actual movie website webmaster. They are knee deep in the game, have their heads on a swivel, and breathe running a film blog daily. When I read the article entitled <em>Do’s and Don’ts of Having a Good Movie Blog</em>, written by Marcello, Japan Cinema&#8217;s founder, designer (a workaholic like myself) and his editor Olivia<span id="more-4385"></span>, I knew had to comment on it but since my comments were so lengthy and I wanted to share them with everyone, I posted most of article and integrated my thoughts into it below.</p>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/05/carla-gugino-elektra-luxx-01.jpg"><img class="aligncenter size-full wp-image-4419" title="Carla Gugino, Elektra Luxx  " src="http://promovieblogger.com/wp-content/uploads/2011/05/carla-gugino-elektra-luxx-01.jpg" alt="Carla Gugino, Elektra Luxx  " width="495" height="225" /></a></p>
<p style="text-align: center;"><strong>Carla Gugino</strong>, <em>Elektra Luxx</em></p>
<h4><span style="color: #008000;"><strong>Be Consistent</strong></span></h4>
<blockquote><p>Marcello: One thing I hope you have noticed about Japan Cinema is we update every single weekday, without fail. We even throw in some Top 10 lists on Saturdays. Now before I present this point, I know most blog sites are only ran by one person and you cant possible watch and review a film everyday. That is fine, but then I hope traffic isn’t a major concern for you. The best advice I can offer for people who want to increase traffic is to build up your brand by updating EVERYDAY (preferbly at the same time everyday). This builds up a reputation that people can go to your site and see new content everyday. Your audience doesn’t have to guess or hope that you wrote something on a given day. Nothing beats a reliable blog schedule. Nothing. Olivia: Marcello is a connoisseur of task masters and time tables. He updates the blog every single day, sometimes twice. Readers of JapanCinema will get an in-depth 500 word review on whatever film happens to be slated and a freebie on Saturdays. Don’t hate him, hate the game. It creates a faithful following (thank you!!) because people like to barrage themselves with new and exciting information and pictures preferably done at the same time every day. Meals and film reviews should always be on schedule. Do this consistently and they will love you for it.</p></blockquote>
<p>My Take: Writing <a href="http://promovieblogger.com/write-movie-content-consistently/  ">movie content consistently</a> is indeed of paramount importance. Remember <a href="http://promovieblogger.com/the-5-11-4-rule-for-posting-content-on-a-website/  ">the 5-11-4 Rule for posting content on a website</a>? In essence, Marcello and Olivia feel the same way. The 5-11-4 Rule is all about consistency which is a central belief of Marcello and Olivia&#8217;s. &#8220;Now before I present this point, I know most blog sites are only r[u]n by one person and you can[']t possible watch and review a film everyday. That is fine, but then I hope traffic isn’t a major concern for you.&#8221; That is hilarious and very true. If you do not care about website traffic (home page hits and certain search engine traffic), you need pay no heed to consistency or time tables. &#8220;The best advice I can offer for people who want to increase traffic is to build up your brand by updating EVERYDAY&#8221;. True and updating your website consistently also has the benefit of getting your website spidered more frequently by search engines, which will effect how some of your stories appear in SERPs and possibly their rank in them.</p>
<h4><span style="color: #008000;"><strong>Always Evolve the Site</strong></span></h4>
<blockquote><p>Olivia: Do you like to spend time talking to yourself? Well, a little bit for sure, but hours upon hours? We didn’t think so. That’s why commenting and building a community is so important. We want to hear from you – we think what you have to say is blindly fascinating because you are communicating to us from space! If you don’t create a following or at least a small readership, it’s almost like you’re talking to yourself the whole time. And while that may be fascinating for some, we are people persons. Answer your commenters. Boring? If it is you’re doing it wrong. Marcello: A great way to increase readership and gain comments is to keep chipping away at your site and add features. Comments are valuable, and without those, it starts to feel like your just talking to yourself. Now we aren’t big on commenting other peoples blogs but we know the value and importance of doing so. This BLOG, has evolved more into a website and that really isn’t our niche, nor do we have the time to check out fellow sites. What we do instead, is evolve the site. Starting with just reviews of Japanese films, we now review films from over 10 countries, present interviews with actors and artists, discussion forums, and feature Top 10 lists. A year from now, your site should not look or feel anything like it does presently. A blog that doesn’t evolve is a stagnant and boring blog.</p></blockquote>
<p>My Take:  A film website, any website for that matter, should evolve its site design over time or it might be left in the dust but there are exceptions. Look at <a href="http://www.aintitcool.com/">AintitCool</a>. That site has looked the same for what, the last seven years, maybe longer, and it probably receives more traffic and readers now than it did back then. Like Marcello says, evolving your film site doesn&#8217;t just mean its design but its coverage as well. I use my interests, my gut, and tracked incoming traffic from search engines to determine what to post. If it interests me or I think its cool, I post it. If Google is sending me a good amount of hits on a particular topic or search term, I will replicate that in a new post with new content and post it. Regarding Olivia&#8217;s statement: &#8220;commenting and building a community is so important&#8221;, I agree. People comment to express themselves to the writer of the article and the world. Responding to that person can only be beneficial to the both of you. You want that person to respond, come back, and comment more don&#8217;t you? Engage them in meaningful conversation via your website&#8217;s comments or even Twitter and watch what happens.</p>
<h4><span style="color: #008000;"><strong>Pick a Good Name</strong></span></h4>
<blockquote><p>Marcello: I’ve seen a lot of blog names that try to use a humorous approach and name their blog a bunch of wacky things. The thing with this approach is not everyone has your brand of humor. Modern Family is a popular comedy show on ABC that a lot of people watch, but the show doesn’t do anything for me. In fact, lots of popular comedy shows get cancelled, because not everyone shares the same sense of humor. The same rules apply here. I have never chuckled, giggled or even smirked at ANYONEs blog name no matter how funny you think it is. If you want people to take you serious, unless you work at Schlotskys, name your blog appropriately. Olivia: Was unrequitedpassionsofcinema.blogspot.com taken? Aww too bad! Think so? Think again. Not every person who is reading your blog may want to type all that in or even owns a keyboard. Short, pithy film blog names, probably no more than 12 characters, are good. Engaging in the overly self-referential or ubiquitously obtuse (Hermione’sMineLoveHEr4Eva.com) will only serve to alienate your readers as to having to remember this grandiose blog name, and you will be relegated to the dusts and corners of fandom pages only. Not to say that you don’t love Hermione…or the girls from Bleach or those little monsters jumping around Naruto, but you have to remember your target audience if you are looking to build a good size following. If you are writing earth shatteringly dramatic film reviews for French hipster bourgeois you are most certainly not going to name your blog KuchiKuchiKuchiki.com.</p></blockquote>
<p>My Take: Long website names are hard to remember, which is why the bookmark and history buttons in a web browser are beneficial. Regardless of length or humor,  I would choose a website name that possesses a keyword or multiple keywords within it. That is one of the first things you should be thinking about when you choose or formulate your website name. If you would like for your website to be more easily found in a relevant search in a search engines, that approach is one of your best bets as that name will appear in ALL of the URLs from your website. I spoke about this in more depth within this post: <a href="http://promovieblogger.com/starting-a-movie-website-choosing-and-registering-a-domain-name/  ">Starting a Movie Website: Choosing and Registering a Domain Name</a>.</p>
<h4><span style="color: #008000;"><strong>Design</strong></span></h4>
<blockquote><p>Marcello: I know not everyone can be a graphic artist like myself, but you can take steps to make you blog stand out from the crowd. The L.A.M.B. hosts their blog awards every year and I am always shocked at the blogs that nominate themselves for best design. The biggest thing that can make your blog stand out is to buy a PREMIUM template. You know, ones that cost money? While finding free themes is fairly easy in the world of WordPress, the challenge is that just about all free themes are garbage (obvious exceptions of course). After hours of searching, they not only all start to look the same, but they offer severe limitation in functionality. You want a unique, impressive look that conveys professionalism and passion about your craft. You spend hours and hours of your life writing great content, why not make the presentation appealing as well. If the problem is you have no design sense, that is not a valid excuse. I see many blogs with distorted images, black copy on dark images, outdated fonts, dead links etc. Believe it or not, and speaking as a designer, most of what we do is common sense. Do you think McDonalds picked Yellow &amp; Red on accident? Yellow and red are the colors that make us most hungry. Everything you do should be an ingredient in what makes up your site. Don’t just pick a template and throw in your homemade graphics you made in MS Paint. Browse the web for ideas, color schemes, and more! There are more than two blogs created each second of each day. If there isn’t anything special about your blog it will get swallowed up by the blogosphere. Olivia: You’re an artist. You’re just oooh sooo expressive!! You know that what people want to see is lots of flashing things! Like cats! We can’t stay away from it. But here’s the thing: your flashing lights may destroy me. They may wreck my dreams and give me a seizure. Bad design is as distasteful as asking for your boyfriend’s friend’s number. Tacky. Good design principles can be found at the old adage “less is more”. Luckily here at JapanCinema our founder Marcello has a preternatural gift for commercial design and graphics. It’s HIS JOB though. Not everyone will be so lucky. We get to have custom graphics for each film every single day because we are lucky street urchins who fell under his gaze. We have a PREMIUM web design. For the rest of you, think about presentation and find graphics that are both unique and high quality. Brevity is the word of the day and you can have the most kick ass of sites if it is well balanced, un-littered with hyper flashing lights, black backgrounds and that twinkle star dust. We aren’t 12 anymore. Also chose your fonts carefully and stick with a certain palette and color palette as well. Your sites readability will greatly affect the numbers you pull in.</p></blockquote>
<p>My Take&#8221; Like Marcello said, many of the free templates are indeed garbage. Ggg-ggggarbage. I should know. I have probably looked through thousands of them while trying to choose one for myself. Free templates also &#8220;offer severe limitation in functionality. You want a unique, impressive look that conveys professionalism and passion about your craft.&#8221; Agreed. There are a few jewels out there but you have to dig far and wide, through untold buckets of HTML excrement to find them. That equals a lot of wasted time, time taken away from posting new content to your website. I&#8217;ve paid for a premium template in the past and I am currently have a custom theme built. I got sick and tired of the free theme search amongst other things. I am not a web designer so I can not do it myself like Marcello, more&#8217;s-the-pity. In case you missed my previous eloquence on the quality of the majority of free templates, they are ggg-gggg-ggggg&#8230;okay that&#8217;s enough.</p>
<h4><span style="color: #008000;"><strong>Buy a URL</strong></span></h4>
<blockquote><p>Marcello: This should be a no brainer. Sadly, 95% of the movie blogs i visit have a [name].wordpress or blogspot in their URL. So, let me get this straight, you pour hours and hours of work into your blog to show it off to the world yet you cant throw down $15 to buy a URL? NEWSFLASH: Nobody will take anything you write seriously if you have a URL with a wordpress or blogger name attached to it. That just tells me that you are voicing your amateur ramblings on a free template and you don’t care. It is like taking the training wheels off your tricycle. It is the cheapest, easiest, most effective way to be taken more serious and increase readership for your blog.</p></blockquote>
<p>My Take: I both agree and disagree Marcello. What I agree on: movie blogs with a [name].wordpress or blogspot in their URL <em>initially</em> seem amateurish but that is only a cursory evaluation of the site. &#8220;It is like taking the training wheels off your tricycle. It is the cheapest, easiest, most effective way to be taken more serious and increase readership for your blog.&#8221;  I have suggested to people in this series: <a href="http://promovieblogger.com/starting-a-movie-website-introduction/">Start a Movie Website</a> that purchasing a URL is the way to go over Blogger, Tumblr, Drupal, etc. I am on movie websites everyday of the week and 99% of the professional movie websites (or so they call themselves) do not have a .wordpress or blogspot in this title. Blogger now lets their users buy a URL and then use it as the address for their blog. I will be writing about it soon in my <a href="http://promovieblogger.com/starting-a-movie-website-blogger-edition-introduction/">Start a Movie Website (Blogger Edition)</a> series. What I disagree with: &#8220;That just tells me that you are voicing your amateur ramblings on a free template and you don’t care.&#8221; The real evaluation of movie blogs with a [name].wordpress or blogspot in their URL is their content. I have been on dozens of .blogspot sites where the content is in depth and well-written, better in some cases than the sites that are high-end and that purchased their URL. Quality has to do with the writer or writers and their content not the configuration of their URL. An example of this was the movie blog <a href="http://theplaylist.blogspot.com/">The Playlist</a> (that&#8217;s theplaylist<strong>.blogspot.com</strong>) before indieWIRE acquired it. They would have never been acquired if their writing and article presentation were not good.</p>
<h4><span style="color: #008000;"><strong>Stop Copying</strong></span></h4>
<blockquote><p>Marcello: I see a lot of movie blogs that usually sit on the shoulder of their favorite big time blog, wait for them to post a news article, and then repeat. They usually don’t really understand what they are blogging about, and they have nothing new or interesting to offer, but if you don’t know any better you might get fooled into paying attention. If Slashfilm has reported that Jet Li is in talks to star in a movie with The Rock, do you really think someone is going to go over to read the SAME article over at ‘Jimmy’s Movie Blog’ (.blogspot.com)? Original content is king. Stop piggybacking other blogs.</p></blockquote>
<p>My Take: Agreed. Expanding on what Marcello said: Your movie reviews, editorials, opinions are king. <em>Your </em>voice is what separates you from everyone else. Use it.</p>
<h4><span style="color: #008000;"><strong>Review New Films Early</strong></span></h4>
<blockquote><p>Marcello: This is one that most people are unaware of, but Google is your blogs friend. If you want to increase traffic to your movie site, a big movie opening a great opportunity to increase traffic. For instance, at the time of this posting, a new Pirates of the Caribbean movie is opening up in American cinemas. The earlier you post a movie review, the better spot it gets on Google, which in turn makes your blog more searchable and increases viewership. If you go to watch the movie opening weekend, on a Saturday and post it on a Sunday or Monday, sorry you waited to long. Catch the midnight showing on Thursday, go home and POST your review. Like I said, there are two blogs being created every second on the internet. There are thousands of movie blogs, and if you don’t put the extra effort into your blog, it will reflect in the numbers. Olivia: Easy. No brainer right? Make it your mission in life the way you stood out in line to get your PS2..remember that time? It was raining and your Avatar patch was going to wash away off your carefully tagged backpack! Sad face. Well that’s the kind of dedication you will need to review films. You will need to become a hunter and persistently go TO THE MOVIES to get to the review first. This kind of serious dedication will be noticed. It may not be as endearing as standing in line hours in the rain to play Pokemon II, but it’s a start.</p></blockquote>
<p>My Take: &#8220;The earlier you post a movie review, the better spot it gets on Google, which in turn makes your blog more searchable and increases viewership.&#8221; Agreed. Early film critic screenings help with this. Getting on those lists is the hard part so learning <a href="http://promovieblogger.com/how-to-contact-film-public-relations-pr-firms/">how to contact film public relations (pr) firms</a> is essential. &#8220;If you go to watch the movie opening weekend, on a Saturday and post it on a Sunday or Monday, sorry you waited to long. Catch the midnight showing on Thursday, go home and POST your review.&#8221; Excellent advise, I have nothing to add except to make the titles of your movie reviews search engine attractive, ensuring that your early movie review posting is not in vain e.g. lost in the SERP shuffle (it ends up on page 2000 of Google search results). I wrote about post titles here: <a href="http://promovieblogger.com/tips-on-title-tags-post-tags-and-movie-review-posting-strategies/">Tips on Title Tags, Post Tags, and Movie Review Posting Strategies</a>, here: <a href="http://promovieblogger.com/post-title-importance-search-engine-optimization/">Post Title Importance to Search Engine Optimization</a>, here: <a href="http://promovieblogger.com/4-ways-to-hammer-search-engine-terms/" rel="nofollow">4 Ways to Hammer Search Engine Terms</a>, here: <a href="http://promovieblogger.com/keyword-placement-for-high-serps-search-engine-result-positions/">Keyword Placement for High SERPs (Search Engine Result Positions)</a>, and here: <a href="http://promovieblogger.com/movie-review-writing-strategies/" rel="nofollow">Movie Review Writing Strategies</a>. If you want your movie review tweets to so show more than the nominal return and be a film review that is retweeted, read <a href="http://promovieblogger.com/how-to-advertise-your-movie-review-aggressively-on-twitter/">how to Advertise your Movie Review aggressively on Twitter</a>.</p>
<h4><span style="color: #008000;"><strong>Relate To Your Readers</strong></span></h4>
<blockquote><p>Marcello: Last but not least. Just because you have a blog doesn’t mean your opinion is better then the next guys nor does it give you a platform to tell the whole world how much a elitest film snob you are. You know the type. They post film reviews you’ve never heard of, and talk about it like it’s Star Wars or something. Then they give your favorite film a 3/10. You hate them, but with their slick talk, they usually win. They’ll make you feel like since Inception wasn’t directed by Andrei Tarkovsky, it automatically sucks and films like Amelie or Citizen Kane are the best. Listen, Japan Cinema covers Asian influenced films, it is an acquired taste and most people don’t actually like the films we talk about within the blogs post, but they try really, really hard to understand why it has value. Because it must have value if it’s posted. Our readers know that, and so should yours. Olivia: It’s good to create a heightened awareness and selectivism but it’s bad business to bore the readers just because you’ve seen every post-modern Russian “masterpiece” and your review is topping 2300 words. Painful. Don’t do it. Unless your blog is this specific, you are the Criterion Collection or you have an overabundant literary gift for creating humor out of slime and fog, stay away from the dense blow by blow of minutiae that prevails over long, scholastic reviews. Few can even sit through some of these films, let alone read about them.</p></blockquote>
<p>My Take: To relate to your readers first you must find your readers. They also have to find you. This is where search engine optimizing your website and its posts come into play. Regarding what Marcello and Olivia had to say about film review writing, I happen to like lengthy film reviews (if they are informative, well-thought out, thought-provoking), so do most <a href="http://promovieblogger.com/tag/Film-Critic/">film critic associations</a> but boring film reviews are a waste of time to write and very few people will actually finish reading them because they are boring to read. Lack of passion in writing always comes through on the page. Write from your gut, what interests you, what you like in film or the things in the movie world that get you excited. This is why I only review films that interest me in some way, whether in a good way or a bad way. If the film is merely okay, I do not review it. My review will be lackluster because I have no real feelings on it either way. One film critic (currently inactive) whom I read,  his film reviews range from 2000 to 5000+ words per review and I read every single word. The problem (not really) is that he sends the reader to the dictionary like fifteen times because he uses words the reader will probably be unfamiliar with. I model my film review writing after  his now in certain ways e.g. my <a href="http://film-book.com/black-swan-2010-film-review-darren-aronofsky-natalie-portman-mila-kunis/"><em>Black Swan</em> (2010) Film Review</a>: I break the film down into its components, cross reference the film with other films, cross reference the director and actors to their other work if appropriate, etc. This person writes on a blog that ends in .blogspot.com. This guy is no amateur like Marcello might have you believe. He is top-tier and many know it. Wow, that was a big digression, sorry but one of the reasons why ProMovieblogger was created was so I could fully express myself when it comes to the mechanics of all things film website. Movie review writing is an intregral part of that.</p>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/05/hugo-weaving-v-for-vendetta-01.jpg"><img class="aligncenter size-full wp-image-4415" title="Hugo Weaving, V for Vendetta" src="http://promovieblogger.com/wp-content/uploads/2011/05/hugo-weaving-v-for-vendetta-01.jpg" alt="Hugo Weaving, V for Vendetta" width="457" height="187" /></a></p>
<p style="text-align: center;"><strong><strong>Hugo Weaving</strong>, </strong><em>V for Vendetta</em><strong> </strong></p>
<h4><span style="color: #008000;"><strong>In Conclusion</strong></span></h4>
<p>I really enjoyed reading Marcello article and seeing another webmaster&#8217;s thoughts on the game and hope you enjoyed and were informed by this one. Passion is the key. If your not passionate all your efforts will fall flat. &#8230;End of Line.</p>
<p><em>Source: <a href="http://japancinema.net/2011/05/06/dos-and-donts-of-having-a-good-movie-blog/">JapanCinema</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://promovieblogger.com/tips-on-how-to-run-a-successful-movie-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How a Smart Phone improved a Website&#8217;s Mobile Presentation and Ad Revenue</title>
		<link>http://promovieblogger.com/how-a-smart-phone-improved-a-mobile-websites-presentation-and-ad-revenue/</link>
		<comments>http://promovieblogger.com/how-a-smart-phone-improved-a-mobile-websites-presentation-and-ad-revenue/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 01:32:09 +0000</pubDate>
		<dc:creator>ProMovieBlogger</dc:creator>
				<category><![CDATA[Movie Website Design]]></category>
		<category><![CDATA[Blog Mobilization]]></category>
		<category><![CDATA[iPad Version]]></category>
		<category><![CDATA[Mobile Validators]]></category>
		<category><![CDATA[Mobile Version]]></category>
		<category><![CDATA[Mobile Website]]></category>
		<category><![CDATA[Mobilize Website]]></category>
		<category><![CDATA[Mobilize WordPress]]></category>
		<category><![CDATA[Mobilize WordPress Plugin]]></category>
		<category><![CDATA[Mobilize WordPress Site]]></category>
		<category><![CDATA[Moblize Blog]]></category>
		<category><![CDATA[Website Mobilization]]></category>
		<category><![CDATA[WordPress Mobile]]></category>
		<category><![CDATA[WP Touch]]></category>

		<guid isPermaLink="false">http://promovieblogger.com/?p=3852</guid>
		<description><![CDATA[The mobile version of a website and mobile website ad revenue are things many webmasters overlook and neglect. With more and more users of smartphones, your website is being seen through them to an increasing degree. I&#8217;m on Verizon and recently upgraded from a Treo 650 to a Droid X. It was between that, a [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>mobile version</strong> of a website and <strong>mobile website ad revenue</strong> are things many webmasters overlook and neglect. With more and more users of smartphones, your website is being seen through them to an increasing degree. I&#8217;m on Verizon and recently upgraded from a <a href="http://www.amazon.com/gp/product/B004GE4K5W?ie=UTF8&amp;tag=promovieblogger-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B004GE4K5W">Treo 650</a> to a <a href="http://www.amazon.com/gp/product/B003UESOGA?ie=UTF8&amp;tag=promovieblogger-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B003UESOGA">Droid X</a>. It was between that, a <a href="http://www.amazon.com/gp/product/B004E9TLVM?ie=UTF8&amp;tag=promovieblogger-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B004E9TLVM">Droid 2 Global</a>, or a <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26redirect%3Dtrue%26ref_%3Dsr_kk_2%26keywords%3Diphone%25204%2520verizon%2520wireless%26qid%3D1295733189%26rh%3Di%253Amobile%252Ck%253Aiphone%25204%2520verizon%2520wireless&amp;tag=promovieblogger-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">iPhone 4</a>.  I had no idea that the iPhone 4 was going to be available on Verizon and haven&#8217;t done a lot of international travel recently so I didn&#8217;t get the Global. I love watching movies and I really liked the large screen of the Droid X, larger than the iPhone screen even though the resolution isn&#8217;t as high. <span id="more-3852"></span>In addition, I got the phone at a low price from Amazon. When I finally got the phone in the mail, switched service from the Treo over to the Droid X and everything was up and running,</p>
<p style="text-align: center;"><a href="http://www.amazon.com/gp/product/B003UESOGA?ie=UTF8&amp;tag=promovieblogger-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B003UESOGA"><img class="size-full wp-image-3867 aligncenter" title="Droid X" src="http://promovieblogger.com/wp-content/uploads/2011/01/droid-x.jpg" alt="Droid X" width="468" height="440" /></a></p>
<p>I immediately went to our <a href="http://film-book.com/">movie website</a>. The site came up in all its glory then I went to a few other movie websites and my eyes were not only opened to our folly but to numerous website owners&#8217; folly as well. Unlike our websites and others, very few leading movie websites had a mobile version of their website fully operational and in place for mobile viewers when I first looked at them through the len of the Droid X. I immediately started obsessing about getting a mobile version of our websites online ASAP. I looked at other movie websites and looked at their mobile versions or lack there of. Some movie websites I could not figure out what mobile instrument they were using, some obviously had custom mobile versions made. I also read over this article on how to <a href="http://promovieblogger.com/mobilize-your-website-for-mobile-web-users-through-design-plugins-validators-and-emulators/">Mobilize Your Website for Mobile Web Users through Design, Plugins, Validators, and Emulators</a>.</p>
<p>The problems with our previous websites and others without a mobile version:</p>
<ul>
<li>The buttons on the website are hard to select on a mobile device.</li>
<li>You see the entirety of the site in a small or zoomed in version instead of the most important portion:  the posts, front and center.</li>
<li>The text is hard to read unless you zoom.</li>
<li>Its extremely hard to comment on the regular version of a site on a smart phone unless the commenting system the site is using has a mobile version. Disqus and Intense Debate both offer mobile versions of their commenting system.</li>
<li>Site navigation is difficult because of the small buttons unless you zoom in.</li>
<li>Running searches on the site is difficult becuase of the search box&#8217;s small size if you do not zoom in on it.</li>
</ul>
<p>Being fiscally conservative, we wanted to use the mobile website option that came at the lowest price. We downloaded the <a href="http://wordpress.org/extend/plugins/wptouch/">free version of the WP Touch</a> and began using that but found out rather quickly that you could not brand your mobile website with a logo or show ads with the free version (I had seen <a href="http://promovieblogger.com/tag/google-adsense/">Google AdSense</a> offering a new Mobile Ad service but never saw them in action until I brought the Droid X). Because of those two factors, we purchased <a href="http://www.bravenewcode.com/store/plugins/wptouch-pro/?wptouch_affiliate_id=8371&amp;utm_source=affiliate-8371">the Pro version of WP Touch</a>. We actually purchased the multi-pack version so that we could use it for multiple sites.</p>
<p>Because of the Treo 650, I never really got a good look at what our sites looked like on the newer mobile devices, the iPad included. After buying the Droid X, I was able to get a clear view of them and how they were represented to mobile viewers. You can get a clear view of what your website looks like on a mobile device through some of the smart phone emulators in this post: <a href="../mobilize-your-website-for-mobile-web-users-through-design-plugins-validators-and-emulators/">Mobilize Your Website for Mobile Web Users through Design, Plugins, Validators, and Emulators</a>.</p>
<h4><span style="color: #008000;">After the Mobile Versions came online<br />
</span></h4>
<ul>
<li>Our websites are much easier to read and navigate on a mobile device.</li>
<li>Site search can be conducted at the touch of a button.</li>
<li>Post titles are bigger and much clearer instantly when a viewer comes to the site.</li>
<li>Posts are front and center, easily clickable.</li>
<li>Ads show at the top on the home page and on every post pages.</li>
<li>We began generating revenue from mobile ads.</li>
<li>Site visitors can switch between the mobile version of our sites and the regular versions they would see on their PC or MAC.</li>
<li>Our sites now have iPad versions up as well which are easily switchable to the regular version.</li>
</ul>
<p style="text-align: center;"><a href="http://www.bravenewcode.com/store/plugins/wptouch-pro/?wptouch_affiliate_id=8371&amp;utm_source=affiliate-8371"><img class="size-full wp-image-3869 aligncenter" title="WP Touch, iPhone, WordPress" src="http://promovieblogger.com/wp-content/uploads/2011/01/wptouch-iphone-wordpress.jpg" alt="WP Touch, iPhone, WordPress" width="500" height="461" /></a></p>
<h4><span style="color: #008000;">In Conclusion</span></h4>
<p>If it was not for the purchase of the Droid X, our sites would still look like all those other movie sites without mobile versions. Are you one of them or does your website have a mobile version?</p>
]]></content:encoded>
			<wfw:commentRss>http://promovieblogger.com/how-a-smart-phone-improved-a-mobile-websites-presentation-and-ad-revenue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Start a Movie Website (Blogger Edition): Content Presentation, Increased Pageviews</title>
		<link>http://promovieblogger.com/start-a-movie-website-blogger-edition-content-presentation-increased-pageviews/</link>
		<comments>http://promovieblogger.com/start-a-movie-website-blogger-edition-content-presentation-increased-pageviews/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 14:31:54 +0000</pubDate>
		<dc:creator>ProMovieBlogger</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Movie Website Design]]></category>
		<category><![CDATA[Start a Movie Website]]></category>
		<category><![CDATA[Content Presentation]]></category>
		<category><![CDATA[Increased Pageviews]]></category>
		<category><![CDATA[Movie Website Content]]></category>
		<category><![CDATA[Pageviews]]></category>

		<guid isPermaLink="false">http://promovieblogger.com/?p=3799</guid>
		<description><![CDATA[Once you&#8217;ve started your Blogger movie website, chosen its domain name, online steps have been followed, and you write consistently for it, its time to present that material in a compelling way. This will help keep your website visitors on your site for as long as possible (reducing its bounce rate) while garnering the attention [...]]]></description>
			<content:encoded><![CDATA[<p>Once you&#8217;ve <a href="http://promovieblogger.com/starting-a-movie-website-blogger-edition-introduction/"><strong>started</strong> your <strong>Blogger </strong><strong>movie </strong><strong>website</strong></a>, chosen its <a href="http://promovieblogger.com/starting-a-movie-website-blogger-edition-domain-name-online-steps/">domain name, online steps</a> have been followed, and  you <a href="http://promovieblogger.com/starting-a-movie-website-write-consistently/">write consistently</a> for it, its time to present that material in a  compelling way. This will help keep your website visitors on your site for as long  as possible (reducing its bounce rate) while garnering the attention of search engines by using search engine optimization (SEO). With Blogger there are limitations: you can&#8217;t have your  site encoded by a website professional though you can have a theme built  for the Blogger platform. If you have Blogger theme built, you can specifically ask  for certain sections to be created in the theme geared toward site visitor  retention.<span id="more-3799"></span> Regardless if you have one built, pay for a pre-built theme  or use a free one, you want to present professionalism and  a high-quality looking website to site visitors at all times. Content is still king but why not style it and fix it up so that it is as beautiful, eye-catching, enticing, and retentive as possible?</p>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/01/sara-ziff-picture-me-2009-01.png"><img class="size-full wp-image-3832 aligncenter" title="Sara Ziff, Picture Me" src="http://promovieblogger.com/wp-content/uploads/2011/01/sara-ziff-picture-me-2009-01.png" alt="Sara Ziff, Picture Me" width="500" height="308" /></a></p>
<p style="text-align: center;"><strong>Sara Ziff</strong>, <em>Picture Me</em></p>
<p>Here are some ways to ensure that is the case.</p>
<h4><span style="color: #008000;">The Font</span></h4>
<p>Use a black font for the words in your post. This shows up best on the web, is the most common, and is the most easily read by site visitors. Don&#8217;t worry, your font is black by default in Blogger.</p>
<h4><span style="color: #008000;">Related Posts</span></h4>
<p>No matter the Blogger theme you choose to use, you will most-likely  be able to use some related post gadget or be able to implant a related posts  java script of some kind. Two such script choices are LinkWithin  and nRelate, written about here: <a href="../linkwithin-and-nrelated-related-posts-comparative-analysis/">LinkWithin and nRelate: Related Posts Comparative Analysis</a>.  Once you have chosen which related posts code to use, locate the script as close to the bottom of your post content as possible.  This immediately gives your post readers somewhere else to go after  they finish reading your post, something else related to the post that  they might be interested in. If you wish to uses the media thumbnails generated by Blogger for each post, read this post: <a href="http://www.bloggerplugins.org/2009/08/related-posts-thumbnails-blogger-widget.html">Related Posts Widget for Blogger with Thumbnails</a>.</p>
<p>A word of caution: Using a related post gadget or script of  the main index (the home page and its subsequent pages) will cause that  page to load slower than it normally would. This happens because the code will have  to load related posts for each post in your main index. Here is an example: <a href="http://theplaylist.blogspot.com/">http://theplaylist.blogspot.com/</a>.</p>
<p>One more thing, do not have anything between the bottom of your post and the related posts plugin. Send your reader right into your other content using the gadget or script as that launch pad. Show it to them right after they are done reading your post. Place your social bookmarking gadget, your ads, etc. after your related posts or somewhere else.</p>
<h4><span style="color: #008000;">Social Media</span></h4>
<p>Have Twitter, Facebook, RSS, and other social media buttons present in  your posts and on your site so people can access your information, get  updates on it, and share it with their friends and followers.</p>
<p style="text-align: center;"><a href="http://promovieblogger.com/wp-content/uploads/2011/01/Blogger-Dashboard-Design-Tab.jpg"><img class="size-full wp-image-3843 aligncenter" title="Blogger Dashboard, Design Tab" src="http://promovieblogger.com/wp-content/uploads/2011/01/Blogger-Dashboard-Design-Tab.jpg" alt="Blogger Dashboard, Design Tab" width="501" height="361" /></a></p>
<p style="text-align: center;">Blogger Dashboard, Design Tab</p>
<p>In your dashboard under <em>Design</em>, then <em>Add A Gadget</em>, then <em>Featured</em> is the gadget entitled <em>Share It</em>. There are other gadgets and services beyond Twitter and Facebook for sharing your posts as well under <em>Add a Gadget</em>. Here is a another way to implement a <a href="http://www.bloggerplugins.org/2010/04/facebook-like-button-for-blogger.html">Facebook Like / Recommend Button in Blogger</a>.  I would suggest implementing any buttons you choose to use into the  code of your pages manually. The more plugins you use on a page in  WordPress, the slower that page will load. I am not sure how loading a  gadget effects the load time of a Blogger page. Twitter button code can  be found <a href="http://twitter.com/about/resources/tweetbutton">here</a> and a Facebook button code can be found <a href="http://developers.facebook.com/docs/reference/plugins/like">here</a>.</p>
<h4><span style="color: #008000;">The Sidebars</span></h4>
<p>You will find some useful info about keeping  readers hungry and coming back for more with your sidebar content in this post: <a href="../how-to-set-up-a-movie-website-sidebar-for-content/">How to Set Up a Movie Website Sidebar:  For Content</a>.</p>
<h4><span style="color: #008000;">Recent Posts</span></h4>
<p>I would suggest showing your website&#8217;s recent posts somewhere on one of your site&#8217;s sidebars. It lets people that are not on the front page of your  site see that you have newly posted articles. Use a recent posts gadget or script with pictures: visuals with words get a higher response (clicks i.e. pageviews) than words alone. There are multiple Recent Posts gadgets in Blogger. In your dashboard under <em>Design</em>, then click <em>Add a Gadget</em> to the right side of the <em>Blog Posts</em> box. After that,  type <em>Recent</em> into the search box. The results will show the <em>Recent Posts</em> and <em>Recent Posts</em> gadgets. There are other gadgets for Recent Posts for your posts as well under <em>Add a Gadget</em>.</p>
<h4><span style="color: #008000;">Popular Posts</span></h4>
<p>You might want to try displaying popular posts on your sidebar but it is not a necessity. Starting out, you will probably have little to no popular posts. To add a popular posts gadget, click <em>Add a Gadget</em> on the right of the <em>Blog Posts</em> box (You don&#8217;t have to add the gadget there. You can add it anywhere you please). Under <em>Basics</em> you will see <em>Popular Posts</em>.</p>
<h4><span style="color: #008000;">The Date</span></h4>
<p>Use a theme that shows the date somewhere when the post was published on the home page of your site. If you are updating your site every day, this is a  nice feature to have for your posts, especially in your main index.</p>
<h4><span style="color: #008000;">Increased Pageviews by Other Means</span></h4>
<p>Here are <a href="../5-steps-to-get-your-movie-website-indexed-by-search-engines/">5 Steps to Get Your Movie Website Indexed by Search Engines</a> and tutorial on <a href="../posting-photos-in-your-posts-for-increased-pageviews/">Using SEO optimized Images in your Posts to Increase Pageviews</a> and <a href="../5-ways-to-optimize-images-for-increased-pageviews-and-seo/">5 Ways to Optimize Images for Increased Pageviews and SEO</a>.</p>
<h4><strong><span style="color: #008000;">In Conclusion</span><br />
</strong></h4>
<p>As you can see, content presentation for its own sake, for increased pageviews, and SEO can be visually attractive and achieved easily through a myriad of different ways. It can also be made easy through the information found in this post: <a href="../movie-review-writing-strategies/">Movie Review Writing Strategies</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://promovieblogger.com/start-a-movie-website-blogger-edition-content-presentation-increased-pageviews/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

