Author

Topic: Where to promote my service? (Read 578 times)

newbie
Activity: 14
Merit: 0
April 08, 2013, 08:45:09 AM
#8
No problem, always nice to do something useful.

//btcfrog

By the way, you should change the title tag on your firstpage to something else than "Home".

- First off its not that usefull for users when the "Firefox" tab reads home, hard to know which one is EZcomet.
- Secondly the title tag is used by the search engines for both indexing and sometimes showing the results on the page.

Suggestion on new title tag (just a fast not thought through example) "EZCOMET Bitcoin realtime web message pushing"

And while you are at it add a good meta description tag, if it is good that is what google will show.


Good luck on your venture
//btcfrog

Done, thanks. I didn't notice that :S

Will try to do some more SEO later.
newbie
Activity: 9
Merit: 0
April 04, 2013, 09:02:00 AM
#7
By the way, you should change the title tag on your firstpage to something else than "Home".

- First off its not that usefull for users when the "Firefox" tab reads home, hard to know which one is EZcomet.
- Secondly the title tag is used by the search engines for both indexing and sometimes showing the results on the page.

Suggestion on new title tag (just a fast not thought through example) "EZCOMET Bitcoin realtime web message pushing"

And while you are at it add a good meta description tag, if it is good that is what google will show.


Good luck on your venture
//btcfrog

Done, thanks. I didn't notice that :S

Will try to do some more SEO later.
legendary
Activity: 1288
Merit: 1227
Away on an extended break
April 04, 2013, 06:06:39 AM
#6
Whitelisted. Feel free to post elsewhere (probably in Marketplace -> Services or Marketplace -> Service announcements) about this.
legendary
Activity: 1050
Merit: 1000
You are WRONG!
April 04, 2013, 05:18:53 AM
#5
in my sig, for 0.25 btc.
newbie
Activity: 14
Merit: 0
April 04, 2013, 05:14:29 AM
#4
By the way, you should change the title tag on your firstpage to something else than "Home".

- First off its not that usefull for users when the "Firefox" tab reads home, hard to know which one is EZcomet.
- Secondly the title tag is used by the search engines for both indexing and sometimes showing the results on the page.

Suggestion on new title tag (just a fast not thought through example) "EZCOMET Bitcoin realtime web message pushing"

And while you are at it add a good meta description tag, if it is good that is what google will show.


Good luck on your venture
//btcfrog
legendary
Activity: 2506
Merit: 1010
April 04, 2013, 05:05:35 AM
#3
For the wiki page https://en.bitcoin.it/wiki/Trade, I have no idea how to put my link on it. Does anyone could help?

The Bitcoin.it wiki uses a bitcoin validation method (send bitcoin to the address for your username) to protect against spammers:

If you didn't want to sign up there, I've added your service:

 -  http://en.bitcoin.it/wiki/Trade#Cloud_Providers_and_Services
newbie
Activity: 9
Merit: 0
April 04, 2013, 12:35:27 AM
#2
By the way, it's very easy to use, this is why I named it "EZ".

To read bitcoin price and push to my service, here you can write Python script like this

Code:
import time
import urllib
 
import ezcomet
 
 
def read_price():
    f = urllib.urlopen('http://data.mtgox.com/api/1/BTCUSD/ticker')
    content = f.read()
    return content
 
 
def main():
    api = ezcomet.EZCometAPI(
        api_key='',
        user_name='demo',
    )
    while True:
        time.sleep(30)
        price_data = read_price()
        api.write('bitcoi[Suspicious link removed]ice', price_data)
 
if __name__ == '__main__':
    main()

The javascript to receive messages is also simple

Code:



You can see the live demo here

http://ezcomet.com/demo/bitcoin_price

If you have question about my service, you can ask me here. Cheesy
newbie
Activity: 9
Merit: 0
April 04, 2013, 12:30:01 AM
#1
Hi,

I'm new here, I am wondering where can I promote my website? We accepts bitcoins, but I can only find little place to promote it. For the wiki page https://en.bitcoin.it/wiki/Trade, I have no idea how to put my link on it. Does anyone could help?

Is there any other place to promote my service?

My website is http://ezcomet.com, it's a realtime message pushing service. When the bitcoin price is floating, this could be very helpful for developers to display messages on website in realtime.

Thanks.
Victor Lin.
Jump to: