Integrating Blogger into a Google App Engine App

▼魔方 西西 提交于 2019-12-04 15:09:11

If you're trying to host everything on GAE and display your posts in pages there, you should look at the Blogger API - it's pretty simple to fetch posts.

If you just want to add some extra scripts but mostly leave the Blogger stuff as it is, I would just export your HTML template and adjust it to fit your App-Engine pages, and create links between the two. If you don't like people seeing the Blogger URL, you can add a custom domain so that the visitors only switch between yourcoolwebsite.com and blog.yourcoolwebsite.com.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!