What makes Blogz.co.in different?
Monetize Your Blog
- Manage advertisements from any network on your site with the Adsense Manager plugin which allows you to directly control ads for the most popular ad network Google Adsense and for the rest you can easily manage your ads by adding their code to Ad Units.
- Create your own eCommerce site with the help of eShop Plugin and sell your goods with ease.
- You can easily accept paypal donations from your users with the help of Donate Plus Plugin.
- Make money from your blog by advertising Amazon.com products specifically related to the topic of your posts by using AmazonFeeds Plugin.
- You can also monetize your content by making your content hidden to users till the time they pay or subscribe to see the content with the help of Are Paypal Plugin.
- Run a sponsorship campaign that lets friends and family contribute to a target amount with Sponsor Me Plugin.
- List your amazon and ebay sales listings easily with Amazon Widgets Shortcodes and EbaySalesLister Plugin.
- Thats not all, you can also sell banner and link advertisements on your blog using WP125 plugin.
Playing with Images
- With the help of Lightbox 2 plugin you can display your images in slick window while darkening the rest of the page.
- Now crop and watermark your images while uploading according to your own needs with the help of Scissors Plugin.
- Retreive your images from your flickr photos and add them to your posts with ease with Flickr Photo Album Plugin.
- Display your Picasa Web Galleries in a post or in a page with kPicasa Gallery Plugin.
Socializing
- You can easily embed your youtube videos in your posts and pages with the help of Smart Youtube Plugin.
- Instantly notify your twitter followers about your new posts on your blog and increase traffic to your blog with the help of TwitMe Plugin.
- Using DandyID Services Plugin you can display your social networking profiles for over 100 social networking websites enabling your friends and followers to join you there.
- Insert your DeviantArt designs to your posts easily with the help of dDeviantArt Plugin.
- Allow your users to directly add your blog post to various social bookmarking sites with AddThis Social Bookmarking Widget Plugin.
- Create a dynamic Google gadget for your Blog with WP-iGoogle Plugin. People can add your gadget to iGoogle or to their other pages across the web. When users add your gadget to their iGoogle homepage, they’ll see your content each time they visit Google.
- Use google gadgets on your blog with Widgetize Google Gadgets Plugin.
- Use Meebo chat widget for adding a meebo chatbox to your blog sidbebar.
Tags
- Create a flash based cloud tag in your sidebar using WP Cumulus Plugin.
- If you are running short of time or feeling lazy then let your blog add the tags to your post itself, You just need to use WP Auto Tagger Plugin and click “Suggest Tags” on your “write post” page and rest it does all.
Discussion
- You may allow your visitors to leave a comment not only for your posts but your blog as well with WP Wall Plugin.
- Add a chat widget to your blog sidebar and enable your users to chat over there with BumpIn Plugin.
- Create complete surveys with lots of questionaires and options and let your users complete those surveys and monitor them all from your administration panel with the help of Surveys Plugin.
- Create short Polls and know about others views with WP Polls Plugin.
- Quote anyone’s comments in the discussion in any post with Quote Comments Plugin.
Additional Functionalities
- Add a counter to your downloads or page hits with Cimy Counter Plugin.
- If you donot want to use RSS feeds you may disable them with Disable RSS Plugin.
- Add fireworks effect to your blog with the help of Fireworks Plugin.
- Display your text in mirror mode, define which text can be flipped by user in one click with Fliptext Plugin.
- WP Figlet Plugin allows you to draw ASCII art in your posts and page source.
- Header-Footer Plugin let you to add html code to the header and to the footer.
- Now you may display any other page in your sidebar or your blog pages with Iframe Widget Plugin.
- Make your blog available only to users with Login Required Plugin.
- Turn your WordPress blog into a mobile website with Mobilepress Plugin.
- Popupper plugin enables a blogger to add popups of images and text into their posts. A popup is an image/text blob that appears when the reader puts their mouse over some words in the text.
- Readability Meter Plugin simply adds a graphical display, showing who the target demographic (i.e. audience) is. In other words, display graphically, whether your article is geared towards Novice, Intermediate, Advanced, Experts, or Gurus Users.
- Redirect any page to an internal or external URL with Redirector Plugin.
- Easily add google maps to your posts with Smart Map Plugin.
- Add falling snow effect to your blog with Snow and More Plugin or Snow Storm Plugin.
- Add sudoku widget to your sidebar with the help of Sudoku Plugin.
- Use Snap Preview on external hyperlinks with your snap.com ID.
- Add a contact form to your blog for making it easier to your users to be able to contact you.
Highlight Syntaxes
- Now you may highlight syntaxes for any of the programming languages by adding simple tags to it.
[ source:language] source code comes here [/source]
- Example: entering the following code
[ source:php]
// Re-insert source as (formatted) textarea
foreach( $theSources[2] as $sourceID => $sourceBlock ) {
$theBrush =
$theSources[1][$sourceID].$optionString;
$thePost = str_replace(
”{sourceID:{$sourceID}}”,
);
}
[/source]
- Will result in
// Re-insert source as (formatted) textarea
foreach( $theSources[2] as $sourceID => $sourceBlock ) {
$theBrush =
$theSources[1][$sourceID].$optionString;
$thePost = str_replace(
”{sourceID:{$sourceID}}”,
);
}