Bitcoin Forum
May 08, 2024, 04:57:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 »
  Print  
Author Topic: ✴️ SHARPAY ✴️ Share button with blockchain rewards ✴️  (Read 54262 times)
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 01, 2019, 03:00:07 PM
Last edit: March 01, 2019, 03:31:39 PM by sharpay
 #2161



Dear Community!

Sharpay development update: fixed merging account crash, added Skype to direct sharing, SubReddit selection for binding Reddit account, fixed WeChat sharing error, extended sharing alert message etc.

Sharpay buttons sharing experience is strongly related to our development and of course it allows us to define our user journeys. We continuously improve our Sharpay buttons and regularly write news about it.

Let us tell you some of our completed development tasks:

1) Fixed merging account crash. We discovered an incomprehensible error in the logs that occurred during merge of accounts, the system was trying to connect accounts with itself. After we have analysed the code, the error was caused by a rare login situation. If a user who has a login session in the system and attempts to log in again, it will have such error. For example, a user opens the login page in two browser tabs and successively tries to log in to both. We decided to redirect the user to the main page when he performs the second login attempt.

We found a good fixation option to fix the bug. We had to substantially dig up and clean up the code in the controller methods which are responsible for the interaction (login, creating of a binding, merge) through social networks. As a result, this module has decreased by about 10% of total lines. We also added a couple of super-classes for social network classes in order to avoid duplication of the added code, and mainly, as a basis for future refactoring.

2) Added Skype to direct sharing. We have added Skype to direct sharing and now users are able to share website content to Skype. So far, users are able to share more than 20 different social networks using direct sharing, including Facebook, Twitter, WeChat, Telegram, Whatsapp, VK, Kakao Talk etc.

3) Added SubReddit selection for binding Reddit account. When users bind their Reddit account to app.sharpay.io, they are able to choose their SubReddit to share posts to. For existing users that have already binded their Reddit accounts and would like to change their sharing on Reddit, they could unpair it and bind their Reddit account again.

4) Fixed WeChat sharing error. Before when users shared to WeChat, the QR code was not generated properly and it did not work, we therefore have fixed the sharing error.

5) Extended sharing alert message description. When users get no bonus from sharing, it will give users a clearer message that the user’s social capital is too low and he can only receive tokens for each organic visit to the link he shared on his social networks.

6) Improved site domain unregistered error message. If the website was not registered in the domain list, users would not be able to share it to their social networks, and the system would throw a fatal error message. We took out the fatal error message, improved the error message UI and added the site domain unregistered error message. It is clearer for both users and webmasters.

7) Added a date filter in report. We have improved the UI and added a date filter button in the project’s report in Webmaster Area.

8 ) Improved direct sharing UX. If users want to share website content using direct share buttons to social networking applications (Viber, Facebook Messenger) that he has not installed, it will show users instructions to such application download pages.

In Sharing We Trust!
Sharpay.io Team

1715187468
Hero Member
*
Offline Offline

Posts: 1715187468

View Profile Personal Message (Offline)

Ignore
1715187468
Reply with quote  #2

1715187468
Report to moderator
1715187468
Hero Member
*
Offline Offline

Posts: 1715187468

View Profile Personal Message (Offline)

Ignore
1715187468
Reply with quote  #2

1715187468
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715187468
Hero Member
*
Offline Offline

Posts: 1715187468

View Profile Personal Message (Offline)

Ignore
1715187468
Reply with quote  #2

1715187468
Report to moderator
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 05, 2019, 04:48:29 PM
 #2162



Dear All!

Have you ever thought that you could earn free cryptocurrencies by sharing website content to your social media? Of course, you can! Only our Sharpay share buttons have this unique feature! Many new websites installed our Sharpay share buttons and they are using them to attract and increase site traffic.

They are from all over the world, for example:

1) Aptenodytes community. It is a German-speaking community for those who are interested in web development and Linux. https://aptenodytes.de (German)

2) BitcoinTahiti. A crypto information website where you can get some crypto project and investment reviews. http://cryptotahiti.blogspot.com (French)

3) Rick and Morty. A fan-made website for cartoon Rick and Morty in Russian language, relax and watch it for fun. http://rickandmorty.su (Russian)

If your favorite websites still have not installed our Sharpay buttons, ask them to install now! Get free tokens by sharing them! 

In Sharing We Trust!
Sharpay.io Team

sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 07, 2019, 04:18:05 PM
 #2163




Dear Sharpay Members!

Sharpay development update: improved Simple Queue Service for handing different system tasks, and added sending email function, added email addresses from different social networks for system optimization, Reddit posting restriction, improved webmaster report data obtained from Google Analytics, etc.

Every week, we announce our development news to our community. We believe improving user experience by our sustained development attracts not only new button users, but also more new websites to install our Sharpay buttons.

We have completed some tasks for our back-end, for example:

1) Improved Simple Queue Service for handling different system tasks. Simple Queue Service (SQS) is a fully managed message queuing service that enables our system to handle different tasks. Before we used SQS only to manage our sharing tasks, but we have decided to use it to handle more different tasks for our future development. So, we had to improve our script for SQS and make it compatible in handling different function calls.
 
2) Implemented Simple Queue Service for sending emails. After we have improved our SQS script for handling different tasks, we added sending email function. We removed the old mailResend function and added SendMailTask in SQS script for handling system email queuing and sending.

3) Added email addresses from different social networks for system optimization. We have improved the social network login script, and it will get and save user’s email address from different social networks. One user account may have multiple linked social networks, and by saving and detecting their email addresses, we can avoid creating duplicate user accounts by linking them together and optimize user social network table and system functions, for example, mailing and login.

4) Added comment length restriction for sharing posts to Reddit. When users share posts to Reddit, the comment will be trimmed to 300 characters as restricted by Reddit. Before, if users shared posts to different social media including Reddit, and the comment length was longer than 300 characters, it would show a posting error.

5) Fixed getting traffic statistics from Google Analytics. We fixed the data reporting from Google Analytics, and now the webmaster report will display all views from users who clicked the website links.

6) Added caching of data obtained from Google Analytics. We added caching of data obtained from Google Analytics, and now we can add new cashes quickly without affecting the whole system, and the webmaster report load time is reduced by one third.

7) Created separate CSS file for social network icons. We have made a separate a separate CSS file for social network icons with background colors, made a separate button formatting class (size, rounding, etc).
 
8 ) Checked plugin compatibility with WordPress 5.1. We have checked our Sharpay plugin version on WordPress. Our plugin version is compatible with the latest WordPress 5.1.

In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 12, 2019, 02:04:38 PM
 #2164




Dear Friends!

Sharpay offers a simple revolutionary solution to existing social media marketing. A lot of new website are using Sharpay buttons to attract more traffic and reward their visitors for sharing and promoting their website content.

We are going to share you some new interesting websites:

1) Cryptronics. An online marketplace where you can find everything about smartphones, tablets and accessories, and the coolest thing is you can pay in cryptocurrencies Bitcoin, Ethereum and Litecoin. https://cryptronics.de (German)

2) SteemSQL. SteemSQL is a publicly available Microsoft SQL database containing all the Steem blockchain data. http://steemsql.com/ (English)

3) Czvetbivsegda. A blog about flowers. Flowers are free beauties of nature, visit their website and find out more. http://czvetbivsegda.blogspot.com/ (Russian)

Drive traffic to your websites, install Sharpay buttons here: https://app.sharpay.io!

In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 15, 2019, 05:15:42 AM
Last edit: March 15, 2019, 05:35:14 AM by sharpay
 #2165




Dear Webmasters!

Today we are going to share you some interesting findings about social media users and the booming online market.

According to "Global Digital Report 2019" released by a global conversation agency, We Are Social, and Hootsuite, one of a leading social media management platforms, there are 3.484 billion active social media users worldwide in 2019, with a growth of 9% compared to 2018. We spend more than 6.5 hours per day surfing the web on average, and the amount of time that we spend on social media has been increasing, we now spend more than 2 hours per day on social platforms! That is a lot of time!
 
Full report: https://wearesocial.com/global-digital-report-2019
 
In this huge growing online market, as a webmaster, how do you promote your websites on social media and benefit from the boom? It is actually very simple. Many new websites join us and use our Sharpay share buttons!
 
Sharing with blockchain rewards, visitors will get rewards for sharing, and it is the main and unique feature that only Sharpay has. Your websites can also be shared on more than 20 different social networks with our Sharpay buttons. Using Sharpay buttons not only attract visitors to actively share and promote your websites on their favourite social networks, but also makes your social media marketing faster and easier.  

Install Sharpay buttons here (https://app.sharpay.io) and increase your site traffic now!
 
In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 19, 2019, 06:47:23 PM
 #2166




Dear Community!

Sharpay development update: set up confirmation method for conversion events, added create new project function to Sharpay plugin on Cloudflare, expanded logging when resending system emails, increased project deletion form’s security, etc.

We keep developing our Sharpay buttons in order to improve our system and your sharing experience. Here are some development tasks we have completed recently:

1) Set up confirmation method for conversion events. We considered Google Analytics Measurement Protocol as an example, and set up confirmation method for conversion events. When webmasters set up a conversion event, check and enable “Requires confirmation”, the conversion event will be confirmed on our server side. Our server will verify the conversion events and reward users conversion bonuses accordingly. A successful and valid conversion event flow is as follows:

A. A user shares website content on his social networks using Sharpay buttons.
B. A visitor clicks on the link shared by that user.
C. The visitor executes a conversion event (creating an order for example), and it will send us a request to verify.
D. When the event is made and confirmed by the website (the order is made and paid), it will send us a confirmation request. 
E. We will reward a conversion bonus to that user, if the event done by the visitor is verified.

For the conversion events and settings, you may read here: https://app.sharpay.io/index/events

2) Added create new project function to Sharpay plugin on Cloudflare. Before this update, webmasters needed to go app.sharpay.io to add their websites in order to use and link the Sharpay plugin on Cloudflare. Now webmasters are able to add different website projects to their Cloudflare Sharpay plugin without leaving Cloudflare, and select which project to link and run the Sharpay buttons.

3) Expanded logging when resending emails. We pulled the email sending error messages from the mail function and added some details in the logs in order to understand clearly the resending email reasons and errors. We also added email hashing function.

4) Increased the project deletion form’s security. We added a security code in the project deletion form to protect against cross site request forgery, and increased the form’s security.

5) Checked Mailru token update method. We checked the Mailru authorization token update method in the login script for Mailru. The script is responsible for checking login token validity, and we also improved the code for better performance.

6) Improved backend system tasks. We improved the performance of some backend system tasks.

And soon we will make an official release of our new site, in accordance with the 2019’ UI / UX trends.

In Sharing We Trust!
Sharpay.io Team

sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 22, 2019, 04:48:06 PM
Last edit: March 23, 2019, 05:06:44 AM by sharpay
 #2167




Hello Everyone!

Do you know it is very easy to earn cryptocurrencies now? You can earn free tokens by sharing site’s content using our Sharpay buttons. Because of this unique token reward feature, lots of websites are using Sharpay buttons to drive traffic and sales.

There are some newly joined websites:
 
1) Astraso. A collection of articles with social media buttons and SEO (Search Engine Optimization). http://astraso.unaux.com/ (English)
 
2) Duckcast. Here you can find cryptocurrency information and news in French. https://www.duckcast.com/ (French)
 
3) Marinkin Tvorinki. A blog about design and illustration. https://tvoritb-vmeste-legko.blogspot.com/ (Russian)

Don’t forget that you can also increase your S token packs on these exchanges:

🔸 IDEX: https://idex.market/eth/s
🔸 OEX: https://www.oex.com/trade/S_ETH
🔸 SIMEX: https://simex.global/en/exchange/s/eth

If you have any questions about our Sharpay buttons, feel free to ask us @sharpay_admin (https://t.me/sharpay_admin).
 
In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 26, 2019, 06:11:59 PM
 #2168




Dear Sharpay Supporters!

Sharpay development update: added project management delegation function, domain name masking when shorten website links, conversion events to website statistical reports, notification messages for conversions only rewards, and fixed account recovery and password resetting messages.

Today we are going to share you some of our completed development tasks, and those tasks are mainly for webmasters. With the new functions, webmasters can monitor and manage their website projects easily with other delegated users.  

Let’s see what they are:

1) Added project management delegation function. Webmasters are now able to delegate project management rights to other Sharpay users to manage and monitor their website projects. To do that, the person who wants to receive project management rights from a webmaster must also have an account on Sharpay (app.sharpay.io). Here are the steps to delegate project management rights by a webmaster:

a) go to the “Webmaster Area”;
b) click “Access” button in the website project;
c) click “Provide access”;
d) enter the email address of a Sharpay user account that you want to delegate rights to;
e) choose the power of the rights, “Allow full access”, “Allow project editing” or “Allow access to reports”;
f) click “Save” to finish.

You can change the project management rights of a delegated person anytime you want by switching on/off the toggle buttons. You can also delete a person that you no longer want him to access and manage your website projects.  

With this update, webmasters can share their project management rights to their co-administrators. Webmasters can assign different tasks to their co-administrators, marketing team can understand and analyze user behavior with the access right to website statistical reports, and developers can handle and manage the technical side of things with the right to project editing. This can increase their productivity.

2) Added domain name masking function when shorten website links. Some websites might be blocked by social networks by misunderstanding, false reports or updated community rules, so users would not be able to share those website on their social networks. We added the domain name masking function when webmasters choose to shorten their website links. Webmasters can go to their website project, choose “Shorten links via” in the “Advanced” tab to shorten and mask their website using different operators, for example, Bitly, Sharpay.

3) Added conversion events to website statistical reports. Before, there were only two types of rewards, “Sharing” and “Conversions” shown in website statistical reports, we separated and added “Events” into the calculation. The “Events” is the conversion events (https://app.sharpay.io/index/events) we recently added. After this update, webmasters are able to understand and control the rewards, especially monitor the “Events” rewards.

4) Added notification messages for conversions only rewards. For websites that choose to reward users conversions only, users will get no token rewards on sharing. We added notification messages for users in sharing window, users now can check what types of rewards they will get. The reward type messages are placed next to the share action button, and also in the result window after sharing. Users will now understand clearly what types of rewards they will get.

5) Fixed account recovery and password resetting messages. We have fixed the account recovery and password resetting messages. The account recovery and password reset pages will display users successful email submission/change of password messages after executing.  

In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 28, 2019, 06:50:52 PM
 #2169




Dear Sharpay Community!

Sharpay share buttons with blockchain rewards are reinventing the existing share buttons with distinctive development features. They are the future of effective social media marketing. 

Recently we got words of support and some interesting questions from Bimmerhead, a Legendary member on BitcoinTalk. His questions were about how our Sharpay buttons work in sharing, as the answers are related to our future development, we would like to share them with you.

🔸 Does Sharpay have a way of measuring how valuable a particular share is? For example, if I share to 50,000 followers on Twitter, do I receive more tokens than someone who shares to 10 followers? Do I receive more tokens if more people click on the link I shared?

First of all — yes, if visitors click on your shared links (shared using Sharpay buttons), you will get a token reward for each organic visit. This feature is a working basic option for our system.

Moreover, we are developing social power and targeting features. Our plan is to be able to calculate the social power of individual user based on their number of followers from different social media, and targeting bonus based on their demographic data, such as age group, interests, region.

The social power bonus is very simple. The more the followers/friends you have, the higher the bonus you will get. However, it is like stamina, the social power bonus will be decreased for each share and users will need to wait to restore it.

The targeting bonus aims to match users (target audience) with websites. Users can complete their profile (at their will, not compulsory) and they will be automatically included in the targeting bonus scheme. They will be able to get extra bonuses for sharing if they are in websites’ target groups.

For full questions and our answers, please visit our official BitcoinTalk topic: https://bitcointalk.org/index.php?topic=2518528.msg50161486#msg50161486

If you have any questions regarding our development or you have some ideas to share with us, please do not hesitate to contact us (https://t.me/sharpay_admin).

We always answer all questions. We are open to all communications.

In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
March 31, 2019, 06:39:12 PM
 #2170




We are one of those projects that communicate with their community as openly as possible, share their results, successes, plans and do not hide mistakes and negative results. Better, we ourselves will tell you firsthand how we are doing, so that there is no silence or conjectures, or even worse, you will listen to all sorts of haters. Therefore, we want to share with you some observations about the blockchain market in general and our results for the past period, in particular. Honesty is the best policy.

According to the results of the 4th quarter of 2018 and the 1st quarter of 2019, we can state that on the world market the breakthrough in popularization of cryptocurrency and blockchain projects has not yet begun. But it’s good that over the past 2 months it has become clear that the market has finally felt the bottom. And our S token groped the bottom too. The stagnation of the market for Sharpay means disrupting the plan for installing buttons on sites and lack of profit. Partly, we are also to blame for this, because (maybe, like you) we were very encouraged by the growth of the market a year ago and did not take care of our development plan in the most negative scenario. Therefore, for example, our tokens buyback program for Token Sale’s participants is not yet active and is postponed for an indefinite period (we will announce the launch of this program upon receiving the first profit).

In Asia, there is such a proverb “The dogs bark, but the caravan goes on”. That is why we never listen to haters. They do not understand that the ETH we raised in Token Sale depreciated along with the market 10–15 times. Yes, we never exchanged ETH to USD and didn’t cash out. Yes, we are blockchain and crypto evangelists. Yes, our real fund after spending on expensive Token Sale promotion, financing the team work, as well as the depreciation of the cryptocurrency market now is very very modest in size. At the same time, in one and a half years of Sharpay development since the start of financing the project from Token Sale’s fund, we managed not to waste all resources and are ready to develop our Sharpay product further and steadily.

Over the past year, the collapse of the market, the main thing for us was to keep our team and develop the product every day. Haters do not understand this, but do you? They do not understand that good projects do not artificially raise their token prices with the help of “market making” technology, moreover, in a falling market this is the Sisyphean task (those who did this and temporarily raised the price burned all resources and fell even lower after). Haters do not understand that the best exchanges, like Binance (on which we will be listed someday), do not charge for listing, but look only at the quality of the working product and the real daily work of the team. Haters do not understand this, but they constantly demand it, demand it and demand it. That is why we do not listen to haters. And we advise you not to.

We didn’t attract investment in Token Sale! It was written in all of our documents and White Paper. All S tokens sales were never an investment, but were the purchase of high-risk utility tokens of a high-tech project. We have no investors! But we have token holders. And we really appreciate your support and trust.

Yes, after Token Sale, our token fell. But, we repeat, the whole market fell! ETH fell 10–15 times a year and our S token also fell exactly 10–15 times. How could our S token grow if the market fell on it with a capitalization of tens of billions of USD? Do you understand the difference in capitalization? Even if we had burned all our fund to support the price of our token, this would be enough for us to do that for just 1 day only. For what??? Therefore, with horror on our faces, we were only silent observers of the falls of Olympus and prayed that the bottom would not be at zero. As a result, the S token has fallen in price in direct proportion to the fall in the market. This is a good signal of the expectations and faith of most of our token holders in our project.

Now the S token is traded on 3 exchanges: IDEX, SIMEX and OEX. Haters shout that they are exchanges with free listing. Nothing like this! Only listing on IDEX did not require any costs from us except the time for a joint audit of the closed GitHub code of our project with IDEX’s CEO. And for example, listing on OEX costed us about 12 BTC (at the rate) at the time of payment. By the way, the other day there was a unpleasant incident, when OEX mistakenly delisted our token. In reality, the CEO of OEX was changed, and the new management began to clean up the exchange. We contacted the new head of OEX, demonstrated our stability in development and the real work of our team, and after that, OEX immediately restored our token in the listing. In fact, it was a test of which projects are live and which are not. Yes, we are alive.

Here are what we are planning to do to increase the price of the S token.

1) Stably develop our product. We do it.
2) Introduce new features that will make our product more popular and increase the number of installations of our buttons on websites.
3) Launch large partnership programs with very well-known blockchain projects (and their tokens) and cool sites (from the regular market). While this is very difficult to do, as the market is depressed, but we are working to overcome resistance.

For example, we want to announce the readiness of a very important feature. Soon we will launch the opportunity for sites to reward for sharing not only S tokens, but also ETH and any other tokens! It is very cool. This feature has already been developed (like many other features), but we want to release it after a general UI / UX upgrade of our system.

As we have said many times, our S token is not for fast exchange speculation and not for quick profit. But after months or maybe years of your waiting (as is the case with BTC), we believe that you will get a good profit from owning S tokens. Now, using our fighting team spirit, we are doing everything we can to do this. Believe in us, wait and while the market is at the bottom, increase your S packs.

In Honesty We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
April 03, 2019, 04:19:27 PM
 #2171


Hello Friends!

The number of active social media users is increasing every year. Getting attention from them is significant to online businesses, lots of new websites are using our Sharpay buttons to drive more traffic and sales.  

Let us introduce you some of them:

1) KEROXIMA. A community that builds multisuite or multiapplication websites. It provides space for its members to create blog content, articles, post media sharing, and members store legally for users. https://bhinekami.id (English)

2) Travel Junkie. Travel blogger Taka shares his Japan and oversea travel experience, beautiful travel encounters, restaurant reviews, thoughts on investment and other useful stuff. http://travel-junkie.net (Japanese)

3) ChainStore. A online marketplace of applications for Golos, a social network that built on a public blockchain. https://chainstore.io/ (Russian)

Visit their websites and share them to your social media! Earn free tokens today!

In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
April 05, 2019, 04:41:39 PM
 #2172


Dear Webmasters!

Today, we are going to talk about how you can easily install our Sharpay share buttons on your websites using HTML installation method. Here are the simple steps.

1) Register an account on https://app.sharpay.io.
2) Click the top right menu and go to “Webmaster Area”.
3) Click “Add Project” to create a new project for your websites.
4) Enter “Title” and “Domain names” and click “Get the code”.

After that, there are two sections, you may skip the “Editing project” section (we will talk about it later), leave the settings as default and scroll down to “Put Sharpay button on your site” section. 

Then, choose “HTML” tab in the “Installation type”. You need to complete only 3 steps to install Sharpay button on your websites,  1) Selection button type, 2) Customize your button and 3) Copy & paste the code on your websites.
 
1) Select button type. There are four different button types you can choose for your websites.

A) Static. You can put a static Sharpay button in any place you want on your websites. You can also adjust the button size, “32px”, “24px” or “16px”.

B) Floating. The Sharpay button will be automatically placed in a fixed position at the bottom on your websites. This is the default setting of a floating button, and of course, you may style your button by changing and adding different CSS values to fit your web design, for example, top, right, left, bottom, margin values.

C) Direct. In this button type, you may choose what social network sharing buttons you want to put on your websites. You can restrict users sharing and promoting your websites only on certain social networks for your segmentation marketing.

D) Custom. You can fully customize and design your own Sharpay button. All you need is to include the code and javascript we provide you in your design.

2) Customize your button. There are different settings for different button types, some settings we have mentioned in Select button type, here are some additional settings.

🔸 For Static, Floating and Custom button type. You can change the default language in the sharing window. There are four different languages available (English, Chinese, Korean and Russian), or you can choose “By user browser” and let user’s browser decides which one to use.

If you want to show the share count, you can check the “Share counter” box in different button types. In the “.img |#img| http://” option, you can add your own image to show when users share your websites.

3) Copy & paste the code. After all the settings, you need to copy and paste the customized code on your websites. If you do not know how to do that, please ask your web developers to help you. 

🔸 For all button types. There is a “Turn off async script loading” checkbox at the bottom. We recommend you to check this box if you want to use Sharpay client-side API for customized conversion events.

🔸 No matter what types of button you are going to use, you can always edit the CSS values and style your Sharpay button. You may see how your Sharpay button looks in the preview window.

If you have any questions about our Sharpay buttons, please feel free to ask us @sharpay_admin (https://t.me/sharpay_admin), we will assist you with the button installation.


In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
April 09, 2019, 02:08:54 PM
 #2173


Dear Community!

Sharpay development update: added history for recording project changes, enabled our admin to view all project access rights, fixed regional domain verification for adding website projects, changed the home page for account users, etc.

Continuous development is significant to every project. We believe that it is one of the elements of success. Recently, we have improved and added some new features for our users.
 
1) Added history for recording project changes. If webmasters or their co-administers have made changes in their website projects, all the actions and changes will be recorded and displayed in the “History”. They can view the log for each project in “Webmaster Area”. The event log is very useful and important for them, they can track all the edits in the projects and recover changes if they want.
 
2) Enabled admin to view all project access rights. In order to monitor unknown errors in granting project management rights and accessing projects, we have created a list of granted projects in our system admin panel. This enable us to detect and fix the unknown project management errors quickly and easily.
 
3) Fixed regional domain verification for adding website projects. We discovered and fixed an error when adding regional domains. Regional domain names are in regional languages, so when users enter regional domain names, they will be converted into Punycode (a way to represent International Domain Names). We added Punycode method in our domain name verification, users are now able to add different regional domains to their website projects.
 
4) Changed the home page for account users. We changed the home page for Sharpay account users. After users log in their account on app.sharpay.io, they will see a new statistical chart showing their earned tokens with a detailed summary. Users are now able to see the summary of their earned tokens from sharing, conversions, and total number of tokens for deposit and withdrawal. For new account users, instead of showing users an empty chart with no values, it will give users instructions on how to install and use our Sharpay buttons.
 
5) Added new tables in our database for merging accounts. We added new tables in merging account method to record all account changes. We record both primary user account ID and secondary user account ID in the new tables when merging.
 
6) Added email notifications to users for granted project management rights. When webmasters grant project management rights and access to other users, an email notification will be sent to that user upon successful authorization.
 
7) Corrected bonus message in sharing window. We corrected the bonus message in sharing window when users have no connected social networks.
 
8 ) Added report caching on home page for account users. In order to speed up the loading of summary chart on home page for account users, we added caching function. It gives users a smoother experience.
 
In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
April 11, 2019, 02:00:05 PM
Last edit: April 11, 2019, 02:27:16 PM by sharpay
 #2174


Dear Friends!

Social media marketing keeps changing, and it becomes more challenging for webmasters. Sharpay share buttons are the best solutions for them. Many new websites are using Sharpay share buttons for effective social media marketing.

1) CryptoRunner. One of the leading Bitcoin comparison sites which helps you make the best decision to save & make money. https://cryptorunner.com/ (English)
 
2) iWriter. You can find literature reviews for children and adults, articles about parenting and games, information about children's leisure. http://iwriter.ru (Russian)
 
3) FreedomSphere. Explore FreedomSphere and you will discover all things decentralized and cryptocurrency. https://freedomsphere.bookmark.com (English)
 
If you have websites, install our Sharpay buttons here https://app.sharpay.io now! Reach out to our admin (https://t.me/sharpay_admin) if you have any questions!
 
In Sharing We Trust!
Sharpay.io Team
sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
April 16, 2019, 03:18:38 PM
 #2175


Hello Sharpay Supporters!

Sharpay development update: corrected signup page redirection, added a list of authorized applications on user profile page, improved the security of comment section in the sharing window, improved sharing bonus checking, etc.

Today, we are going to tell you some of our finished development tasks. We increased the security of our Sharpay application, fixed some errors and added some verification functions.

1) Corrected signup page redirection after creating an account using a social network. We discovered that the URL parameters were ignored after creating an account using a social network via OAuth (for example, Cloudflare), the signup page would redirect users to the main page but not to the previous page. We corrected the redirection and users can continue on the previous page.

2) Added a list of authorized applications on user profile page. If users have connected and installed Sharpay’s Cloudflare app on their websites or other applications using OAuth 2.0 (an authorization framework), all the authorized apps will be listed on their “Account Security” page. They can manage and revoke the authorization for each application or all at once.

3) Added a check for links when posting comments in the sharing window. We added a check for the presence of links that are without specifying scheme (without http / https) in the comments. This additional link check increases the security of the sharing window.

4) Improved the sharing bonus checking. For checking users with frequent sharing bonuses, we improved the checking method. We replaced the constant indicator with the number of connected social networks of that user in the consideration. We will freeze their sharing bonus and check the quality of their social network accounts, and only unfreeze their sharing bonus after the user passes the checking.

5) Set up email confirmation for deleting active web projects. If webmasters want to delete their active web projects which already have sharing or conversion activities, our system will send them a confirmation email to approve or decline the deletion. It can avoid deleting active working projects accidentally.

6) Set up email address verification for account registration. All users will need to verify their email addresses after signing up with their email addresses. Our system will send a verification email for the account registration.

7) Improved the storage structure of configuration files. We improved the storage structure of the configuration files for the convenience of our developers.

In Sharing We Trust!
Sharpay.io Team

sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
April 19, 2019, 02:10:45 PM
 #2176


Dear Sharpay Community!

Social media marketing helps online businesses get more traffic and conversions, and eventually increase KPIs and sales. Sharpay share buttons are innovative and have no analogues. Many new websites are using Sharpay share buttons to attract visitors.

Most of them are from different fields and countries:
 
1) Crypto Professionnel. A blog that has a lot of useful information about the crypto world, for example, guides to improve your knowledge of cryptocurrencies, upcoming Airdrops and reviews on different ICOs. https://crypto-professionnel.fr (French)
 
2) 자향미한의원 이미지클리닉. A Korean skin care clinic that provides treatments and surgeries to help patients to get rid of their scars. http://imagediet.co.kr/  (Korean)
 
3) Blogarchukr. A personal blog about author’s opinions and thoughts on everything. http://bolgarchukr.blogspot.com/ (Russian)
 
Join us and be part of our Sharpay share buttons, be part of the innovation! Install here https://app.sharpay.io now!
 
In Sharing We Trust!
Sharpay.io Team

sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
April 23, 2019, 05:39:44 PM
 #2177


Dear Webmasters!

There three different ways to install our Sharpay share buttons on your websites, and they are HTML code, WordPress Plugin and Cloudflare Plugin. We talked about the simple HTML installation method last time. Today, we are going to teach you how to add our Sharpay share button plugin on your WordPress websites.

Go to your project in “Webmaster Area”, after that, in “Put Sharpay button on your site” section, choose “WordPress” tab in “Installation type”. The steps to install Sharpay buttons on your WordPress websites are as follows:

— get plugin
 — installation
 — activate
 — configure

Here are the detailed steps on how to install and set up Sharpay share button plugin on your WordPress websites:

1) Log in your WordPress website.
2) Click “Plugin” in vertical left hand menu and click “Add New”.
3) Type Sharpay in the search bar.
4) Click “Install Now” and then click “Active”.

Now, the Sharpay share button plugin is installed on your WordPress website. You need to follow the below steps to register your website, design the button and use it.

5) Click “Settings” in the vertical left hand menu and choose Sharpay in the list.
6) Click “Get your project ID or register a new project for your site in Sharpay” and log in your Sharpay account in the pop-up window.
7) Then, click Register New Project and enter “Title” and “Domain names”.
8 ) After that, click Register New Project again. The pop-up window will close and fill in the Sharpay project ID for you automatically.
9) Step up the Sharpay button styles and click “Save Changes”.

There are 4 different setups you can choose for your Sharpay buttons, you can choose all of them at the same time.

A) Floating button at the BOTTOM of the page.
B) Static button at the TOP of every post/page.
C) Static button at the BOTTOM of every post/page.
D) Anywhere INSIDE CONTENT using [sharpay] shortcode. You can add a fixed Sharpay share button to anywhere on your website by putting [sharpay] in your code.

The static button is fixed in the content body and therefore does not follow the navigation of the visitor as a floating button does. You can display the share buttons at the top or at the bottom of every post/page using the static button design. If you want the share buttons follow the navigation of the visitor, you can choose floating button design.

Settings for your Sharpay buttons:

🔸 Floating button position. You can change your button position to “Left” or to “Right” side at the bottom of your website.

🔸 Floating button style. You can change the button color display based on your website background color, “Light” or “Dark”.

🔸 Share counter. Check it if you want to show how many times your website was shared via Sharpay share buttons.

🔸 Image in sharing window. In this “.img |#img| http://” option, you can add your own image to show when users share your website.

🔸 Static button size. You can change the size of your share button, 32px, 24px or 16px.

🔸 Customized button style. If you want to add your own design, you can check “Would you like to use your own HTML markup for Sharpay button?”, and enter your own HTML markup.

If you have any questions about our Sharpay buttons, please feel free to ask us (https://t.me/sharpay_admin), we will assist you with the button installation. Happy sharing!

In Sharing We Trust!
Sharpay.io Team

sharpay (OP)
Jr. Member
*
Offline Offline

Activity: 1117
Merit: 2


View Profile WWW
April 26, 2019, 02:39:34 PM
 #2178


Hello Everyone!
 
Sharing with blockchain rewards is the main feature of our Sharpay share buttons. It enables users the easiest way to earn free cryptocurrencies. At the same time, it offers webmasters the best social media marketing tool.
 
A lot of new websites use our Sharpay share buttons to strengthen their marketing:
 
1) TechYoga. This blog covers the entire breadth of technology, entertainment, sports and more, it ensures that you stay ahead in today’s world. http://www.techyo.ga (English)
 
2) Bit Money. An independent cryptocurrency advisors community. You can find the latest ICO reviews, crypto news, mining guides. https://bitmoneyman.altervista.org (Italian)
 
3) GoldVoice.club. A new social network that built on the Golos Blockchain. It is building an environment like VKontakte, but secure and private. https://goldvoice.club/ (Russian)
 
In Sharing We Trust!
Sharpay.io Team

nheychan
Newbie
*
Offline Offline

Activity: 203
Merit: 0


View Profile
April 27, 2019, 11:41:05 PM
 #2179

what about the price? what happened to it?
CryptoRiser
Full Member
***
Offline Offline

Activity: 658
Merit: 100


View Profile
April 28, 2019, 05:42:39 AM
 #2180

Hello! I want to know if there have been bounty payments on tokens? So far I have not received anything.
Pages: « 1 ... 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!