What to write to attract referrals. What are referrals for? Referrals from VKontakte social network groups

The SendPulse service is a marketing tool for creating a subscription base and converting casual visitors to your website into regular ones. SendPulse combines on one platform the most important functions for attracting and retaining customers:
● e-mail newsletters,
● web push,
● SMS mailings,
● SMTP,
● newsletters in Viber,
● sending messages to facebook messenger.

Email newsletters

You can use various tariffs for conducting e-mail mailings, including free ones. The free plan has restrictions: the subscription base is no more than 2500.
The first thing you need to start with when working with the e-mail newsletter service is to create your own address book. Set a title and upload a list of email addresses.


It’s convenient to create on SendPulse subscription forms in the form of a pop-up window, built-in forms, floating and fixed in a certain part of the screen. Using subscription forms, you will collect a subscriber base from scratch or add new addresses to your base.
In the form designer, you can create exactly the subscription form that best meets your needs, and the service tips will help you cope with this task. It is also possible to use one of the available ready-made forms.


When creating subscription forms, be sure to use an email with a corporate domain. Read how.
Message templates will help you beautifully design your letters to subscribers. You can create your own letter template in a special designer.


Automatic mailings. Content managers actively use automatic mailing. This helps automate the process of working with clients. You can create an automail newsletter in several ways:
Sequential series of letters. This is the simplest option when, regardless of the conditions, several letters are written that will be sent to recipients in a certain order. There may be options here - series of messages(simple message chain), special date(letters are timed to specific dates), trigger letter– the letter is sent depending on the subscriber’s actions (opening a message, etc.).
Automation360– mailing with certain filters and conditions, as well as taking into account conversions.
Ready-made chains according to the template. You can create a series of letters using a given template or modify the template and adjust it to your needs.
A/B testing will help you experiment with different options for sending a series of letters and determine the best option based on opens or clicks.

Sending Push Notifications

Push mailings are a subscription in a browser window, this is a kind of replacement for RSS subscriptions. Web-push technologies have rapidly entered our lives, and it is already difficult to find a website that does not use push mailings to attract and retain customers. Request script for , you can send letters either manually or create auto-mailings by creating a series of letters or collecting data from RSS. The second option implies that after a new article appears on your website, a notification about this will be automatically sent to your subscribers with a brief announcement.


New from SendPulse– now you can monetize your site using Push notifications by embedding advertisements in them. Upon reaching $10, payments are made every Monday to one of the payment systems - Visa/mastercard, PayPal or Webmoney.
Push messages on the service are absolutely free. Payment is taken only for White Label - mailings without mentioning the SendPulse service, but if the service logo does not bother you, then you can use push notifications for free without restrictions.

SMTP

The SMTP function protects your mailings from being blacklisted by using whitelisted IP addresses. Cryptographic signature technologies DKIM and SPF, which are used in SendPulse mailings, increase the trust in the letters sent, making your letters less likely to end up in spam or blacklist.

Facebook Messenger Bots

Facebook chatbot is in beta testing. You can connect it to your page and send messages to subscribers.

Sending SMS

Through the SendPulse service it is easy to send mailings using a database of phone numbers. First, you need to create an address book with a list of phone numbers. To do this, select the “Address Book” section, create a new address book, and upload phone numbers. Now you can create an SMS newsletter using this database. The price of SMS messaging varies depending on the recipient's telecom operators and averages from 1.26 rubles to 2.55 rubles per 1 SMS sent.

affiliate program

SendPulse implements an affiliate program, within which a registered user using your link who has paid for the tariff will bring you 4,000 rubles. The invited user receives a discount of 4,000 rubles for the first 5 months of using the service. 1 vote

Good day, dear readers of my blog. Sometimes you find some beautiful feature on a website and begin to wonder how the creator achieved such an interesting effect.

It turns out that the answer is quite simple. And if you have some skills, you can collect a lot of these features and create your own unique website in a short time.

Today we will talk about how to open the code of a page, a certain element, and learn how to use this skill for your benefit.

Basic knowledge of code

My site is intended for beginners and first I would like to briefly talk about sites and code in general.

To draw a picture, then cut it into small parts, write code so that the browser will reassemble all the elements into a single whole. Does everything seem very complicated? Not at all, and there’s no point in grieving about it.

This is how high-quality websites are created. If you want, get involved in this matter and study it; if you don’t want to, no one can force you.

I will only say one thing... there is nothing more pleasant than seeing how incomprehensible words you wrote are transformed into a single whole and come to life: links work, buttons move, pictures move, text crawls. I think I know how Victor Frankenstein felt.

When you begin to comprehend the secret language and see that everything is actually much simpler than it initially seemed, you cannot help but believe in your own strengths and capabilities of the brain. This is very cool.

How are websites made? Ideally, first. He's just painting a picture. For example, as shown in the picture below. For now it is just an image, a photograph. No links work, when you click you don’t go anywhere, no search is carried out.

According to this drawing. Look at the screenshot below. You may think that this is a ridiculous and very complex set of symbols. In fact, everything is not so complicated, there is a certain algorithm.

There are only about 150 tags and each of them is responsible for a specific action: link, hyphenation, bold, color, title, and so on. Understanding them is not so difficult if you have the desire and don’t mind the time.

Thanks to knowledge of these attributes, you can solve almost any problem. But each developer finds his own ways to achieve the goal.

Experienced creators immediately see how to achieve results, while others have to think, look for the answer in articles or in the source code of competitors. They simply take the necessary part from a third-party site and edit it for themselves. This significantly shortens the work process.

A little later, I will show you a specific example.

View code

So, let me first show you how to act if you need to find out someone else's html. Then we will look at all the other questions in more detail.

The best way

The method that I will describe first is a little complicated for beginners, but as an introduction, read it. Open the page and click on the right mouse button. Select “Save as...”

Save the entire web page. As you can see in the screenshot, I have already downloaded everything in advance. Here we have two folders.

Everything you need is here. Every element. If you understand this, you can quickly get everything you need. But such a task is increasingly becoming impossible. There is no downloading. What to do if it is prohibited to copy a page?

This is Google Chrome

As you may have already noticed, I most often use Google Chrome and learning someone else's code in this browser is as easy as shelling pears. As in principle with any other. The scheme will not only be similar, but identical. Open the page whose code we want to know and right-click anywhere. In the window that appears, click “View page code”.

A sheet of code will open in a new window, which is quite difficult for a beginner to understand. But don't be alarmed ahead of time.

If you need to know the code of only one element, just hover over it with the mouse and right-click. Select another Chrome function: “View element code”.

For example, I might be interested in how the logo was made, using a picture or a programming language? After all, you can draw a square using CSS. Many experts advise writing down as much information as possible in code. How do they work on popular sites?

Now the necessary information has appeared. html on top, css on bottom. These are two languages. The first is responsible for the text component, and the second for the design. If there were no CSS, then you would have to specify the color and font size each time. For each page, this is very long. But if there were no html, then we would not have texts. I explained it roughly, but in general, that’s how it is.

By the way, if you are interested in how it works here, you can look at the link to the picture below. Here's your answer.

Mozilla Firefox

If you like to work in mastic, then everything will be exactly the same. Open the page and click on the right mouse button. “Page source code” if you want to see the entire code.

When you hover over an element, you can open its code.

Here the data is displayed at the bottom of the screen, but otherwise everything is exactly the same.

Yandex browser

In the Yandex browser, everything is exactly the same as in the previous two options, open the page, right-click, see the page code.

We hover the cursor over an element if we want to find out exactly its code.

Everything is displayed here exactly the same as in Chrome.

Opera

And finally, Opera.

By the way, you may have noticed that you don't have to use a mouse. There is a quick keyboard shortcut to open the code, and it is the same for all browsers: CTRL+U.

For elements: Ctrl+Shift+C.

This is what the result looks like.

This will be interesting for beginners

Now look how everything works. You find a site and really like some element. For example, this one. You already know how to open the element code.

Now copy it.

I use , paste this code into a new html file, into the body tag (body in English).

Now let's see how it will all look in the browser.

Ready. In order for the text to be aligned to the edges and acquire a greenish color, you need to connect css to this document and copy another code from the site from which we copied this one.

I won't do this now. This requires more time: both mine and yours. I think that I will describe all the details in my future publications. Subscribe to the newsletter and be the first to know when an article appears.

If you can’t stand it, but want to learn more about html and css now, then I can traditionally recommend you free training courses.

Here are 33 lessons that will allow you to master html - "Free course on HTML" .

And here is complete information about css - “Free course on CSS (45 video lessons!)” .

Now you know a little more. I wish you success in your endeavors. See you again!


If you are participating in any affiliate program or network project, then you are most likely very interested in information on how to quickly recruit referrals for a given project.

First, let's figure out who a referral is. Referral- this is your business partner, this is your employee in the affiliate program, who will bring you passive income as long as he works, or as long as his pyramid structure works.

Referrals are very important if you want to lie on the couch and earn money for it. But for this to happen, you must first build a good and large structure from those same referrals, and this is no longer easy.

Well, whatever, but I know how to get referrals. I have been doing this for more than 5 years, and I was able to assemble a huge structure in .

Therefore, the purpose of this article will be to explain to you how to quickly get referrals. There are both paid and free methods. Accordingly, in order for the effect to be simply ideal, you need to work with both free methods and paid methods.

What goes around comes around!

Accordingly, by reading this post, you may not learn any new ways to recruit referrals, but I will tell you about the most popular methods through which you can build a large structure of referrals in a short time.

How to get referrals?

1. Posting to forums. Yes, this method can be classified as a spam method, but the method is very working. Accordingly, I immediately say that there is no point in leaving spam on popular forums, because the moderators will immediately block you.

Personally, I did this, I created one account in unet (ucoz) and left posts on thousands of forums from the ucoz system, and some messages have been kept for 5 years. The fact is that site owners on ucoz rarely moderate comments, so leave your advertising there the posts are very, very simple.

There are simply thousands of forums! At least get some sleep! And you don’t need to register again on each forum, because 1 unet profile is suitable for each forum. Personally, I recommend going through all the forums, and the result will not be long in coming, I really mean it!

3. CAP systems. An excellent way to recruit referrals, and a quick set of referrals. Unfortunately, more than 90% of referrals will not work, but through such systems I was able to attract even such users to Forex who replenished their account with $5,000, just like that. I recommend working only with assignments.

Many people ask “how to get referrals on seosprint,” but everything is very simple. Choose not very popular CAP systems, create tasks there, and transfer people from there to seosprint.

4. Contextual advertising. Google Adwords, Yandex Direct will give a very high effect when recruiting referrals, but unfortunately the method is very expensive. But if you use financial affiliates (pamm, forex, and so on), then do not exclude these advertising networks from your budget.

Don't know how to attract referrals?

In the article we will consider various methods, highlighting the most effective among them. Each search option has its own degree of effectiveness and requires either 100% involvement in the process or indirect participation from the referrer.

Why attract referrals

Before answering the question “why,” you need to understand the definition of who a referral is. This is a user who followed the referral link and became a registered participant in the project/system.

Let me explain with an example:

Let’s take a certain Peter, who uses the “Standard” service of a company providing Internet and cable television.

Having become a participant in the promotion from his provider, Peter brought two friends who also began to use the company’s services. At the same time, for each friend, Peter received a 50% discount on services for two months and a “Lux” package for the same price as “Standard”. And friends were given preferential rates for the first three months - 70% discount.

Thus, Peter is a referrer, and his two friends are referrals who learned about the promotion through a referral link (the referrer’s individual number is encoded in it) for preferential registration, which Peter sent to them by email.

The person who invites new clients receives a percentage of the invited user’s earnings. The latter come in different levels, depending on the type of employment. Some only read letters while others complete tasks. The system pays the referrer a percentage of the user's earnings.

Attracted participants are needed on various sites - economic games (Fruit, Gnome, Rich birds, Golden mines), on resources promoting services and goods, cashback services like ePN, on promotion sites like VKtarget.

Ways to attract

In order for the referrer’s profit to be stable, it is necessary not only to find a large number of invited users (300-400 for a permanent income), but also to ensure that their activity grows, or at least does not fall. Among the most popular methods of searching for users, there are both free and paid options.

There are different ways to recruit referrals

Many sites recommend starting to attract users using free methods. This way you will evaluate your capabilities as a referrer, practice collaborating with users and determine the most beneficial methods of interaction for both parties.

Having mastered the basics of cooperation, start using paid methods of attraction.

How and where to find referrals - the most popular options

Let us immediately warn you that the methods of searching for money cannot be called simple.

Investing financially and doing nothing else will not work. It will take both strength and time.

Option 1. Recruitment through special tasks

Each referral often needs to pay 50% of the amount Y. It is also necessary to select the optimal number of users attracted per day - X.

The calculation formula took the following form: (Y*X*3)/2 = the amount of required investments.

If the referrer is not ready to pay the resulting amount, then at first you can reduce the number of referrals for cooperation per day, then gradually increasing their number.


Correctly composed task

Searching for users through websites such as Seosprint, Wmmail, Socpublic guarantees attracting a considerable number of referrals, and in automatic mode. One of the reasons is that many people start making money on the Internet through click sponsors.

Option 2. Buying advertising space on websites and blogs

A good alternative to creating your own website.

Before you finally decide where to place it, you need to:

  • study the popularity of the site/blog;
  • find out the level of daily attendance;
  • determine the most advantageous placement of advertising on the page.

Option 3. Contextual advertising

This type of product significantly increases the likelihood of a response, but at the same time its cost is several times higher than purchasing space on a website or blog for advertising.

Option 4. Create your own website

Quite a costly method, but the most promising. It should be understood that the results from the funds spent will not be obtained immediately after the launch of the project. The main thing here is to be patient and competently develop a strategy for promoting and monitoring results.

Option 5. Order a banner

Through services such as Rotaban, Linkslot, it is easy to buy banners on various thematic resources. To do this, you need to register on one of the services, deposit funds into your account to pay for banner advertising, select a project to place and buy a banner. The option is considered costly, but effective.

Option 6. Buying referrals on exchanges

Experts consider the method unjustified because:

  • the return on purchase lasts up to six months;
  • there is no guarantee that the referral will not “leave the game”;
  • there is no certainty that the user will maintain his activity.

It’s easier to make money on the exchange by reselling referrals.

How to do it for free - methods that work

There are not many options for attracting referrals without any investment.

Let us describe the main and most effective of them.

Method 1. Through free message boards

It is necessary to place vacancies on various online resources in the “job” category. The danger is that the ad will not pass moderation, which will lead to its deletion. You will find boards in search engines for the query “looking for a job.”

Method 2. On thematic forums

Many referrers actively attract users through forums. It is important to understand that rare posts on various resources will not bring the desired results. It is necessary to write messages on thematic forums every day, create interesting topics, increasing your rating and the trust of potential referrals.

It’s convenient that on all forums you can make a special signature that will be displayed under each written message; referrers include a referral link in it in the form of a banner or text.

Method 3. Among friends and acquaintances

This is considered one of the least effective attraction options, but you shouldn’t reject it. When talking about the project, it is necessary to indicate all the advantages and possible risks - deception is inappropriate.

Method 4. Using social networks

Social networks guarantee communication with an audience of thousands of potential referrals, which is why many start a campaign by attracting users from VKontakte, Odnoklassniki, Moi Mir. According to monitoring data, Facebook and Instagram are less effective.


The diversity of social networks significantly expands the possibilities of finding referrals

If we consider recruitment using the example of work on VKontakte, the algorithm of actions looks like this:

  1. Creating a work profile.
  2. Placing referral links on sites with the VKontakte comment widget installed.
  3. Writing comments with videos and pictures in thematic groups.
  4. Creating a group on a social network for one or several projects with its further promotion.

Creating your own group has proven to be the most effective way to attract people. A prerequisite is regular content updating.

Method 5. Through your website on free hosting

Good training before creating your website and purchasing a domain. Among the free hosting services, the best option is: Wix, Ucoz, wen.ru. With their help, websites are created as quickly and simply as possible.

It is necessary to take care of the high-quality content of the resource: we are talking about SEO-optimized articles, selection of photos, regular publication of materials, and well-described advantages of all projects.

The nuances of free sites: platforms place their own advertisements, there may be restrictions on the number of pages and sections, there are bans on the content of articles.

For other options for free user acquisition, watch the video:

What to do to get more referrals - useful tips for a novice referrer

The main thing for a referrer is to understand that the main emphasis should be on attracting the target audience.

If you reach too many users, the effect of disappointed expectations will occur: a colossal amount of work has been done, but the result is close to zero. And this is not the only tip for increasing work productivity.

Tip 1. Tell the truth about the advertised product/service

If the referrer promises the user mountains of gold, but in reality his profitability will be less than a dollar per day, then the referral will stop cooperation. In addition, exaggeration will cause bad publicity as the user will share his experience with other referrals.

Tip 2. Don’t get hung up on one attraction method

To improve performance, it is necessary to use all possible options for attracting users. Even if the referrer has the required amount to use exclusively paid options, one should not disdain free methods. Thoughtful work will be effective even using methods that do not require financial investments.


Take advantage of all opportunities to attract

Tip 3. Distribute your budget evenly among paid referral search options

You don’t need to invest all your income exclusively in one way to attract users. If for various reasons the result is minimal, the referrer will have no desire to further invest in the business.

How to attract referrals? Judging by the fact that you are reading this article, you are a serious person who has already stepped to a new level in his work on the Internet. Congratulations, you have begun a meaningful movement towards building an autonomous business on the Internet if you have asked yourself the question of how to attract free referrals to projects where there is a prospect of earning decent money.

This is not the first article on this topic that you are studying, so in just a nutshell I will describe everything that you already know, and then I will tell you about unconventional methods of attracting referrals. I must immediately warn you that these methods will require significant effort from you, but the effect will be many times more significant. But, everything is in order.

So, how to attract referrals for free and, as they say, without registration and SMS, take one, camera, motor, let’s start:

Method for dummies No. 1 - free bulletin boards.

Most guides preach this method as the simplest, free and somewhat effective. My experience tells me that this information is not true. As practice shows, placement of ref. Links are generally not allowed on most free boards. Even if you found boards where you can post your link for free, imagine what a meager amount of traffic this resource gets and realize that you won’t get even 1% of this traffic, because the target audience would never even think of looking for information about making money on the Internet on some “free bulletin board in the city of Surgut”.

Method for dummies No. 2 – attracting friends and acquaintances.

Everything is generally great if 2 conditions are met, namely: you told the truth about how much a person can earn or you don’t care about the relationship with this person. You decide.

Method for dummies No. 3 – referral links on social networks.

Great gurus who advise posting your referral links on social networks, without explaining to you that your referral link on social networks will be a little less useful than a milk goat. In fact, this method runs into 2 problems, one of them is that the reach of the audience that will see the link posted on your personal page is simply monstrously small, and the second is that in order to publish your link in a serious community you will have to seriously pay its owner.

Well, friends, we have already played in the sandbox, now it’s time to do serious things. What do I offer you in order to attract referrals for free and in significant volumes.

Serious ways to attract referrals

Creating a website to attract referrals

The first method, in terms of significance, complexity and effect if successful, I will probably call, is dedicated to the topic of making money on the Internet. The method is complex and will require you to have a sufficient amount of knowledge in the field of optimization and promotion of resources on the Internet, copywriting skills and much more, but as a result, it will give you the opportunity to attract a huge number of referrals to any projects that interest you. How to do it? Yes, very simple!

You create a serious-looking website, fill it with content, into which you insert links to certain resources. A user, overwhelmed by the authority of your page, reads about some project, follows the link (yours, referral) and he is yours forever. Congratulations, the effect of an authoritative publication has worked. You can judge the shortcomings for yourself - constant optimization for Google and Yandex, constant search for content, search for links and many more problems that will have to be solved in the process. But the result will justify everything.

Creating your own video blog on YouTube to attract referrals

The second way, in terms of value and quality, I would call creating your own video blog on YouTube or Rutube; YouTube is preferable due to its larger audience. The bottom line is that people, as a rule, are quite lazy, and reading information on your site is too stressful for them, but watching a training video where in 10 minutes you tell them how to live and what to do in life is as easy as shelling pears. 80% choose this, alas, but this is the reality.

The method is very similar to the first in its problems, you will again have to take care of promoting your creation in the search results of Google and Yandex, study, understand, and most importantly please their ranking algorithms, but having reached the top positions, you can enjoy the process, watching how everyone Every day more and more referrals come to you. The question of how to attract referrals for free remains overboard.

Attracting referrals through blogs

The third method is a symbiosis of the first and second, but without video and without an authoritative publication. People, by nature, tend to believe in their own kind rather than in anyone or anything that is somehow higher than them. I don’t think it’s worth explaining, because you question everything you hear on TV or read in the newspapers. With websites and videos, in part, it’s the same story. But there are blogs!

Fortunately for us, there are a lot of blogs, such as LiveJournal, where anyone can start writing about their own creative, author’s vision of the world. And most readers believe this, well, this is a blog, a simple person just shares his thoughts and ideas.

Please note that for some reason people do not go to social networks for the author’s vision of the world and good ideas, although the likelihood of finding them there is much higher, from my point of view! No, more and more often we hear the phrase “I’ll look in blogs” for the answer to this or that question. Why not use this? Unique content combined with a little social activity will sooner or later get your posts to the top of search engines, and referral links will do their job.

What will we have as a result? That's right - the question of how to attract referrals for free has lost all relevance! I hope that my practical recommendations will help you achieve your goals! Good luck to you and huge earnings!

How to attract referrals for free updated: January 16, 2017 by: admin