Midrub – Automatic Post on Instagram and Facebook for free

Thousands of websites appear on the internet offering the service of automatically posting things to the social network in bulk for a monthly price. Stop paying nonsense for this, have your own website that automatically publishes things on instagram, facebook and 20 other social networks without paying anything per month, and with the possibility of making a profit by offering the service to others.

Midrub is not a simple script or CMS automatic posts manager. It also offers an option to create and manage accounts, for you to resell this service. It offers more than 20 social networks and virtually every system ready to just install, advertise and profit.

I use this script only to post articles on my site via RSS, on social networks like Facebook and Instagram. So I avoid using WordPress services or plugins that weigh my hosting or charge monthly and annual fees.

Networks supported by Midrub

The MidRub script allows you to automatically publish links, texts and images on the websites:

Facebook, Facebook Groups, Facebook Pages, Youtube, Dailymotion, Reddit, Flickr, Imgur, Instagram, Linkedin, Linkedin Companies, Twitter, Tumblr, Google Plus, Pinterest, Medium, Blogger, WordPress, VK, Vimeo, Telegram, Odnoklassniki and Google My Business.

You will have access to automatic post scripts for free to as many social networks, accounts and people as you want. All this with a single investment in the purchase of the script, exempting from any limited monthly or annual payment.

The difficulties of using MidRub

Unfortunately, things can be complicated for laymen who do not understand PHP or website creation. If you want to install this script on your hosting, you can hire someone who understands the subject for a cheaper price than developing a plugin or system from scratch.

One of the most annoying things when installing MidRub is having to add the social media API to the system. With each passing day, social networks change their API guidelines, making verification long and complicated.

Fortunately, Midrub's support helps you when configuring and solving these problems, they offer alternative options to connect to these social networks without any problem.

Midrub - post automático no instagram e facebook de graça - feed rss

If you want to use midrub to publish old articles on your site, you will need to create an RSS file with a larger number of entries. In this article we will explain further below.

The main purpose of the script is to provide a way to make money by selling this option of publishing automatic posts. So the whole system was made with this in mind, with account management, payments and even email marketing.

How to install Midrub

To install Midrub you need to buy the script at codecanyon and then download it to your hosting directory. There is a Documentation folder inside the midrub files that will instruct in detail the installation of the script and the activation of social networks.

In short, you need to edit the file config.php from folder application / config / and put your domain and database data. Then import the SQL file located in the documentation folder, then midrub is successfully installed. The video below shows this installation:

In addition to the administration account, it will be necessary to have a member account to publish automatic posts on the site. Make sure to activate the modules and Dashboard of the system and users to end 404 error when logging in as a member in the system.

Also remember to put unlimited limit on posts on the user you want to use. Remembering that midrub was created with the objective of selling this service, and my tip is teaching you how you can enjoy this service instead of selling it.

Creating a WORDPRESS RSS for Midrub

Not everyone wants the standard RSS on your site to have all the articles, so you can create an RSS or secondary FEED file with all posts for MidRub to read and automatically publish articles on your site.

Create a php file in your wordpress theme folder called rss-feedfull.php and paste the following code:

<?php
/**
 * Custom FEED
 */
$postCount = 500; // The number of posts to show in the feed
$posts = query_posts('showposts=' . $postCount.'&category_name=japao,myblog,otaku,dicas,nihongo,coisas');
header('Content-Type: '.feed_content_type('rss-http').'; charset='.get_option('blog_charset'), true);
echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>';
?>
<rss version="2.0"http://kevinbk.com/wp-admin/theme-editor.php?file=rss-feedfull.php&theme=generatepress_child
        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/"
        <?php do_action('rss2_ns'); ?>>
<channel>
        <title><?php bloginfo_rss('name'); ?> - Feed</title>
        <atom:link href="<?php self_link(); ?>" rel="self" type="application/rss+xml" />
        <link><?php bloginfo_rss('url') ?></link>
        <description><?php bloginfo_rss('description') ?></description>
        <lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), false); ?></lastBuildDate>
        <language><?php echo get_option('rss_language'); ?></language>
        <sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
        <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
        <?php do_action('rss2_head'); ?>
        <?php while(have_posts()) : the_post(); ?>
                <item>
                        <title><?php the_title_rss(); ?></title>
                        <link><?php the_permalink_rss(); ?></link>
                        <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate>
                        <?php rss_enclosure(); ?>
                        <?php do_action('rss2_item'); ?>
                </item>
        <?php endwhile; ?>
</channel>
</rss>

Now just access the link on your website blablabla.com/feedfull you will find an RSS file with a total of 500 article. You can increase this limit, but depending on your hosting, midrub may not publish RSS with these amounts.

Just paste this RSS link on midrub, choose social media and then activate the automatic post via RSS. That way your articles will be shared atomically by midrub on their social networks.

This is the main way for me to use midrub, I hope you also use this option wisely. Some use midrub to make money selling accounts. Have you thought about that possibility? If you liked the tips in this article share and leave your comments.