If you’re using MagCloud to create collateral for your business, portfolios for photography, catalogs for your retail store, a unique magazine, or other content to promote your brand, then shouldn’t your MagCloud page reinforce your brand too?
It’s easy to make your MagCloud profile and publication pages work for you by taking a few minutes to flesh out your publisher profile and create header images that reinforce your brand throughout your pages.
Your Publisher Page
No matter what sort of business you’re into, when customers discover your content on MagCloud, you want them to be able to connect with you directly. Your profile page includes an option to link directly to a website of your choosing, and with some simple html you can also include hyperlinks, images and emphasize text within your profile description.
To get started, you’ll need to log into your account and go to your publisher profile editor.

Link to a website: <a href=”URL”>link</a>
In our Jane Doe example, we used some of MagCloud’s allowed HTML tags to include more links in Jane’s profile. To add a link to your website without having to include the whole website URL, you can simply insert a block of text like below:
Curious about more recent work, or what I’m up to?
Check out my <a href=”http://yourwebaddress.com”>blog</a>.
It will show up in your profile like this:

Bold Text: <b>text</b>
To create bold text, you just need to add <b> before your selection and </b> after. We did this with our Jane example like this:
Hi! I’m Jane, and here on MagCloud you can find all of my portfolios, pricing guides, photography workbooks and collateral for my photography business <b>NotYourAverageJane</b>.
Which then looks like this:

Emphasize/italicize Text: <em>emphasis</em>
To add the title of Jane’s autobiography in italics we used the code for emphasis. Simply put <em> before the text you want italicized and </em> after the text to close the emphasis:
Want to find out more about me, and my life behind the lens? Be sure to check out my 200-page autobiography <em>Don’t Call Me Jane</em> available for purchase here on MagCloud.
Which will appear like this:

Image Link: <img src=”URL”>
You can also insert images or logos into your profile by linking to the image within the text using <img src=”URL”>. This requires that the image is the size you want it to appear in the profile, and that it already has an associated URL. It’s best if this image is pulled from your own website (like your logo) or if you have loaded a special sized image onto your own flickr or other photo host that allows linking directly to the image. If you link to a resource that you don’t control, you might run into broken links if the image is ever moved. For Jane’s example we linked the social media icons that she already had on her blog. This example actually includes two pieces of html, one for the icon image, and then the following text which links to the associated LinkedIn URL:
You can also find me on
<img src=”http://notyouraveragejane/images/LinkedIn_IN_Icon_25px.jpg” />
<a href=”http://linkedin.com”>LinkedIn</a>
Which will appear like this:

Your Collection Page
For every group of documents you create, you get to have a “collection page” which can have it’s own branded banner and unique URL. This is great if you have a selection of related documents that you want to be able to promote as a group. A great example of this is MagCloud publisher, Golfweek, which has created collections of Souvenir Golf Programs and Golfweek Special Editions. Each collection reinforces the Golfweek brand and furthers their messaging but keeps relevant content together. Check out their banners below:


Customizing with Banners
Want to create your own branded banners? To setup the custom banner for a collection, you must first create the graphic that you plan to use. The banner specs require an image with a maximum size of 790 x 90px, in either JPG, GIF, or PNG formats. You can create this image in any software application of your choosing that can output to one of these formats. You can also upload a smaller image–it’s up to you.
Uploading Your Banner
Once you have your image ready to go, you’ll want to navigate to your collection page. You can get here by visiting your profile page (yourusername.magcloud.com) or by going to one of your publications via magcloud.com/publish. On the right-hand side of the page, you will see an “Add a Custom Banner Image” button.

Once you have clicked the button, you will be prompted to find the image file on your harddrive, and upload it to MagCloud.

The image you upload will be visible on the associated collection page,

and on each of the individual publication pages within that collection.

Have you used custom banners or any of these HTML tricks in your publisher/publication descriptions?
If so, please share them below in the comments section to inspire others.