How to Sell With E-junkie on Social Networks
Facebook
First you must create a Facebook Page (not just a regular personal Profile) for your product or company. Then you can add the Facebook App Static HTML: iframe tab to your Facebook Page. This App will add a new tab to the left-hand navigation sidebar for your Facebook Page, where you will be able to paste custom HTML such as product photos and your E-junkie Buy Now or Cart button codes.
After you install the App to your Facebook Page, go to your Page and click on the new "Welcome" link in your Page's left-hand navigation sidebar. That will show you where to paste in your custom HTML. If you want to change that "Welcome" link to say something else (such as "Order Products"), just click on the "FAQ & Help Center" provided there to find instructions on how to change the name of your tab.
Even in places where you cannot paste or edit raw HTML code, such as a personal Facebook Profile, you can still obtain the href= URL from your button code for an Add to Cart or Buy Now button, then you can paste that URL directly into anyplace Facebook allows you to share or post a link.
Myspace
On sites like Myspace that let you paste or edit HTML but don't allow you to paste JavaScript, you can simply use the non-JavaScript version of our button code in your profile on that site.
When you go into Seller Admin > Get Button Code for your product, simply UNCHECK the box on the button code screen which says Uncheck this box if you need to use the code on MySpace....
Then you would simply copy the modified HTML code we provide there into your Myspace profile, wherever they allow HTML -- the About Me or Who I'd like to meet or General sections are a good choice for this. Buy Now buttons may also be a good choice if you just want to offer an instant-purchase button without the added complication of sending buyers into a cart screen before checkout.
IMPORTANT: If you are using Buy Now button code you will need to modify the code you paste into Myspace before you save it to your profile! Simply change every https:// from our code to show http:// instead, and replace every & (ampersand) with a ; (semicolon) instead -- e.g., if the standard Buy Now code you copied from Seller Admin looks like this:
<a href="https://www.e-junkie.com/ecom/gb.php?i=XXXXX&c=single&cl=YYYYY" target="ejejcsingle"><img src="http://www.e-junkie.com/ej/x-click-butcc.gif" border="0" alt="Buy Now"/></a>
...then that code properly modified for Myspace would look like this:
<a href="http://www.e-junkie.com/ecom/gb.php?i=XXXXX;c=single;cl=YYYYY" target="ejejcsingle"><img src="http://www.e-junkie.com/ej/x-click-butcc.gif" border="0" alt="Buy Now"/></a>