|
|
|
|
|
by orangethirty
5016 days ago
|
|
Here is an idea. - Create a blogging API.
- The API should give people al of the basic functionality a blog has (post, comments, social, users, etc.).
- CReate a front end that will allow developers and designers to use the API in the blog template to fill it in with content. Example: <title>{% site.com/api/get/blog.title %}</title>
<div id="blog-post">
{% site.com/api/get/blog.post/uniqueId %}
</div>
And so on.What is hard to deal with blogging is not the platforms there are, but a lack of standarization. Providing a simple API that people can use to create blog around it could prove to be beneficial and profitable. |
|
First, I was thinking how to get attention of the regular user, but you made me think about how it could be a lot more useful to developers and designers in a first moment.
Your idea is awesome, I'm very grateful for your help!