Bitcoin Forum
May 11, 2024, 01:22:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin Link Exchange  (Read 2285 times)
thinkweis (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
June 28, 2011, 06:37:20 PM
 #1

Starting a new thread due to revisions in the process.

Add this script to your site

Code:
<script type="text/javascript" src="http://startbitcoin.com/links.js">
</script>

Here's what it currently displays. It is basically a list of sites written in html with style attachments so you can customize the look for your site.

Code:
<div id="bitcoinlinks">
<h3>Other Great Bitcoin Sites</h3>
<ul>
<li>
<a target="_blank" title="Bitcoin" href="http://startbitcoin.com/">Bitcoin Guide</a>
</li>
<li>
<a target="_blank" title="Bitcoin Blog" href="http://bitcoinprofits.us/">Bitcoin Profits</a>
</li>
<li>
<a target="_blank" title="Invest in startup companies using your bitcoins" href="http://www.btcvc.com/">Bitcoin Venture Capital</a>
</li>
</ul>
</div>

You can download the CSS at http://startbitcoin.com/bitcoinlinks/bitcoinlink.rar

and upload it to your home directory after you customize it to look right. I'm willing to help if needed.

1715390545
Hero Member
*
Offline Offline

Posts: 1715390545

View Profile Personal Message (Offline)

Ignore
1715390545
Reply with quote  #2

1715390545
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715390545
Hero Member
*
Offline Offline

Posts: 1715390545

View Profile Personal Message (Offline)

Ignore
1715390545
Reply with quote  #2

1715390545
Report to moderator
1715390545
Hero Member
*
Offline Offline

Posts: 1715390545

View Profile Personal Message (Offline)

Ignore
1715390545
Reply with quote  #2

1715390545
Report to moderator
BTCcommodities
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile WWW
June 28, 2011, 06:51:33 PM
 #2

is there a way where i can get my site into this?

thinkweis (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
June 28, 2011, 07:03:09 PM
 #3

Yeah, Just follow the directions above and let me know when you have the code on your site. Then I will add you to the list.
BTCcommodities
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile WWW
June 28, 2011, 07:28:10 PM
 #4

Yeah, Just follow the directions above and let me know when you have the code on your site. Then I will add you to the list.

running wordpress, guess they dont like .js^^


thinkweis (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
June 28, 2011, 08:45:56 PM
 #5

Yeah, Just follow the directions above and let me know when you have the code on your site. Then I will add you to the list.

running wordpress, guess they dont like .js^^



Just get the ad codes widget and insert the code in there.
PandaMiner
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
June 29, 2011, 02:47:15 AM
 #6

Add this script to your site

Code:
<script type="text/javascript" src="http://startbitcoin.com/links.js">
</script>

Excellent!  It works in my WP/thesis site with no extra help.

❘|❘ NEUFUND Re-Imagine ICOs | Connect off- and on-chain with equity tokens | Enjoy risk-free commitment
JOIN THE ICBM | JOIN THE DISCUSSION
thinkweis (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
June 29, 2011, 02:51:18 AM
 #7

It will on most but some might need some customization. Feel free to download the CSS pack and make it your own. I will be adding more features later. If anyone has any ideas on what they would like to see implemented, let me know.
PandaMiner
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
June 29, 2011, 03:24:11 AM
 #8

If anyone has any ideas on what they would like to see implemented, let me know.

To do:
Have a way to limit the number of links that show up. (based on webmaster's input)
Make the links show up in random order due to that fact.

❘|❘ NEUFUND Re-Imagine ICOs | Connect off- and on-chain with equity tokens | Enjoy risk-free commitment
JOIN THE ICBM | JOIN THE DISCUSSION
thinkweis (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
June 29, 2011, 04:58:29 AM
 #9

To do:
Have a way to limit the number of links that show up. (based on webmaster's input)
Make the links show up in random order due to that fact.
[/quote]

That is one I have been thinking about and plan to implement in the very near future. As far as the random order, I didn't think of that but I like it very much. I will also be looking into categorizing everything so people can choose what categories they want to display or they can display multiple categories.

I was also considering paying bitcoin related websites a small fee to post it on their site. But I would have to figure out a revenue stream for that based on their traffic. I am pretty new to java script but I know a few other languages so it's not a horrible transition.

That is a great suggestion! Please keep them coming.
PandaMiner
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
June 29, 2011, 05:01:02 PM
 #10

You deleted the opening quote tag with the relevant information from my post.  Here it is below (if you want to edit your post):
Code:
[quote author=PandaMiner link=topic=23789.msg300407#msg300407 date=1309317851]

How are you going to implement categories? I'm thinking purely html. How about an extra class?

Quote
<div id="bitcoinlinks">
<h3>Other Great Bitcoin Sites</h3>
<ul>
<li class="cat_info">
<a target="_blank" title="Bitcoin" href="http:// startbitcoin.com/">Bitcoin Guide</a>
</li>
<li class="cat_info">
<a target="_blank" title="Bitcoin Blog" href="http:// bitcoinprofits.us/">Bitcoin Profits</a>
</li>
<li class="cat_finance">
<a target="_blank" title="Invest in startup companies using your bitcoins" href="http:// www.btcvc.com/">Bitcoin Venture Capital</a>
</li>
</ul>
</div>

That way with CSS, the webmaster can choose not to display certain classed items.

Quote
/* CSS for bitcoinlinks */
DIV#bitcoinlinks ul li.cat_finance {display:none;}

❘|❘ NEUFUND Re-Imagine ICOs | Connect off- and on-chain with equity tokens | Enjoy risk-free commitment
JOIN THE ICBM | JOIN THE DISCUSSION
thinkweis (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
June 29, 2011, 05:38:24 PM
 #11

In the actual bitcoinlinks.js file I can assign categories and us if statements to determine what shows up.
PandaMiner
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
June 30, 2011, 06:01:06 PM
 #12

Okay, use IF statements. But how will the website owner utilize them? I don't know .js

❘|❘ NEUFUND Re-Imagine ICOs | Connect off- and on-chain with equity tokens | Enjoy risk-free commitment
JOIN THE ICBM | JOIN THE DISCUSSION
thinkweis (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile WWW
June 30, 2011, 07:17:40 PM
 #13

You will be able to assign variables. Once I do it I'll explain. But for now we need to get more people involved.
Pages: [1]
  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!