Archive
Is DropBox a good alternative for a WordPress CDN (image hosting site)?
Is DropBox a good alternative for a WordPress CDN (image hosting site)?
11/15/11
10:06 PM
So, tonight I’m seeking a better FREE solution for hosting my images for blogging purposes. Up until now I have always used Photobucket, but recently I have experienced some issues with some of my images not showing up in WordPress. It could be that the problem is with WordPress making changes; of that, I’m not sure. Regardless, this difficulty has motivated me to see if there are any better free options. So, today, I’m testing a service that I’m sure many of you are well aware of, but that I have only just heard about. That service is Dropbox.com.
Step 1:Read up on DropBox.com
10:15 – 10:34
Reasearched DropBox service online. Here are some nice articles that give a good beginner’s overview:
Use Dropbox as a Free CDN for WordPress Blog_ – irnovo
How to Use Dropbox [With Video Tutorial] – irnovo
DropBox.com (Click “Watch a Video”)
Step 2: Download & Install the dropbox application
10:45
Downloaded, virus-scanned, and installed the app (Dropbox 1.2.48.exe)
Step 3: Create a new Dropbox account
10:52 – 11:08
Set email and password info and accepted terms of use. Selected 2GB Dropbox size (Free). Chose Advanced Setup type. Accepted to install Dropbox folder in “My Documents” (I’m on Windows XP Pro). Chose “Selective Sync” option. Completed installing and configuring Dropbox
Step 4: Read up on how to use Dropbox as a CDN for WordPress
11:14
Ran into a roadblock when I discovered that PLUGINS cannot be used on the WordPress.com com site! As this article states:
Plugins are tools used to extend the functionality of the WordPress platform. However, they are only applicable to self-hosted blogs and web sites using the WordPress.org software. Plugins are not permitted here at WordPress.com for various security reasons.
NOTE: It appears css styling, (inline or otherwise), has been disabled for WordPress.com accounts. When I look at the “Pro” option it talks about enabling custom css and styles. So, it seems they are now charging for what was once free. Neither the style attribute nor the standard XHTML “bgcolor” work for changing background color. If anyone disagrees with or can clarify this issue please leave a comment below. It is also possible that my current theme “Twenty Ten” may be overriding my inline styles.
UPDATE: By placing the keyword “!important” after each style rule you can force the browser to display your styles. For instance, the blue box above is achieved by this code:
[sourcecode language="php" htmlscript="true"]
<!-- inline -->
<blockquote style="background: #c3d5fd; color: black!important; border: black 2px solid; margin: 5px; padding: 5px!important;"> ... </blockquote>
[/sourcecode]
/* as a css style rule */
blockquote {
background: #c3d5fd;
color: black!important;
border: black 2px solid;
margin: 5px;
padding: 5px!important;
}
11:17
Searched for similar function “widget”, which are included on the WordPress.com blogs. No go. So now I’ve either got to convert to the self-hosted wordpress-based blog, or find a way to manually connect serve files from my dropbox account
Step 5: Create an images folder in my dropbox and try to call it in a wordpress blog post
Simple enough. Then login to dropbox online account, navigate to the image file you want to use and click on it. Then copy the url from your browser and open a wordpress post and put an <img> tag in there, using the copied url as the href. Click to the “Visual” tab and if your image shows up, then you know it is getting through
11:49 PM
VERDICT:
Dropbox is a useful tool that is good for syncing files between multiple computers and devices. It is good for what it was designed for, however, thus far, it doesn’t appear to be a viable solution for WordPress hosted blogs
Related articles
- 5 Dropbox Backup Plugins for WordPress (wpjedi.com)
- Top 10 WordPress Plugins For Manipulating and Handling Images (skyje.com)
- Does moving from WordPress.org to WordPress.com affect traffic? (billbennett.co.nz)
- Blog: Top ten apps & sites of 2011 (musingsfromsussex.com)
