Create Journals
Update Journals

Journals
Find Users
Random

Read
Search
Create New

Communities
Latest News
How to Use

Support
Privacy
T.O.S.

Legal
Username:
Password:

Contributed by: Jeremy Tribby

Embedding your Blurty is easy with Python; just use the urllib class.

<%
import urllib
u = urllib.open('http://www.blurty.com/customview.cgi?username=username&styleid=101')
print 'Content-type: text/html\n\n'
print u.read()
%>

*

<< Back to the embedding page

© 2002-2008. Blurty Journal. All rights reserved.