Follow Me WordPress plugin
Go Here: Twitter Secrets: twitterphoenixsystem.com The “Follow me” wordpress plugin is another one of those twitter tools that enhances your twitter experience. You get twitter followers on autopilot because of the “follow me” pluging it’s very practical and convenient and is one of my favorite twitter plugins. Follow me on twitter: More Videos on Facebook:
Configuring Ping.fm in WordPress Part 2
Watch this video to learn more valuable tips about using WordPress and automating your blogging online….
Blog Tips To Soar To Success: Making Your Blogs Viral Part 1.
In this video, we cover a few ways to make blog viral. It can be a combination of creating great content, off-page SEO and use of wordpress plugin to encourage social bookmarking. More make money online tools and tips on
Search Engine Optimization Techniques
jituu.com Shockingly effective, tested and proven wordpress SEO plugin that will skyrocket your website’s search engine ranking straight to the stratosphere! Guaranteed! Download Now at: jituu.com…
Flash Audio Player for WordPress Part II – WPAudio Plugin
LadyTechTamer.com – This is video #2 covering flash audio players for WordPress blogs. In this tutorial, I demonstrate how to use the WPAudio plugin to add audio to your WordPress blog. This WPAudio plugin creates a small, contemporary flash audio player that looks great and is a real stand-out on a page! For more nifty web tech tutorials, be sure to visit my blog at http…
WordPress Plugin – Smart Youtube
WordPress Plugin allows you to put Youtube Videos easilyn into your WordPress blog without having to get into the html code….
Using Custom Fields directly in your theme!
This is a example how to use the MVB Tags (custom fields) directly in your wordpress theme.
Look this site:
http://www.mmafightvids.com
The thumbail only appears in the index page, not in the video page! How!?
In MVB Settings:
MVB Post Template:
[videodescription] [hide] [videoplayer]
In the index.php of your theme: (Can be other name, depends of the theme)
Replace:
<?php the_content('Read...'); ?>
To:
<?php if(post_custom('mvb_thumb_url')) {?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><img src="<?php echo post_custom('mvb_thumb_url'); ?>" width="120" height="80" alt="<?php the_title(); ?>" border="0"></a>
<?}?>
<?php the_content(' '); ?>
In the code above, if the videopost has no thumbnail, notting happens, only the description will appears.
Also you can use this code to show a default image if the video has no thumbnail:
<?php if(post_custom('mvb_thumb_url')) {?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><img src="<?php echo post_custom('mvb_thumb_url'); ?>" width="120" height="80" alt="<?php the_title(); ?>" border="0"></a>
<?} else {?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><img src="URL_TO_DEFAULT_THUMB" width="120" height="80" alt="<?php the_title(); ?>" border="0"></a>
<?}?>
<?php the_content(' '); ?>
If you are changing the post template, try to use the “Post Rebuild” in the MVB Settings.
Have fun!!
MVB PRO 3.2
Yes! MVB 3.2 is almost ready.
Let’s see some feature of this new version:
- A better layout of the “MVB Settings” page and “Add new source” page. [READY]
- More Predefined Settings. [READY]
- Grab videos of subpages. The plugin will follow next pages of the sources to grab more videos if necessary. [READY]
- Duration tag [READY]
- Proxy support [TESTING]
- New video sources [WORKING ON IT]
Also, a new version of MVB Lite will be available!
WordPress Tips: Using the Psychic Search Plugin to Log Your Visitor’s Search Results
DezFutak.com If a visitor comes to your WordPress blog and uses the search tool, how do you know what they are looking for? Watch Dez Futak explain how you can log your visitor’s search phrases, and how you can use this as part of your on-going marketing….











Installing ComLuv Plugin On A WordPress Blog
This tutorial will show you how to install a ComLuv plugin on a wordpress blog. ComLuv is a plugin that allows a commenter from your blog to show his latest blog post at the bottom of their comment via live link….
Read more