We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Mobile NewsFeed | Forum

Topic location: Forum home » Support » General Questions
Alessandro
Alessandro Apr 17 '14
How do I include the mobile.js from the newsfeed into custom html page ?

I've tried this :
<script type="text/javascript" src="/public_html/ow_static/plugins/newsfeed/js/mobile.js"></script>
and it doesn't work.
The Forum post is edited by Alessandro Apr 17 '14
ross Team
ross Apr 18 '14
can you please elaborate what you're trying to achieve?
Alessandro
Alessandro Apr 18 '14
Sure , I'm trying to make a new "page" here : 



ross Team
ross Apr 18 '14
As far as I understand you're trying to display newsfeed on the index page. Am I right?
Alessandro
Alessandro Apr 18 '14
Yes . I'm trying to make a Custom HTML widget , in which I want to display the newsfeed . How shall I do that ?
Alessandro
Alessandro Apr 19 '14
Any help?
ross Team
ross Apr 20 '14
This is custom code modification
Pedro Machado
Pedro Machado Aug 18 '14
I made a custom page that redirects the index page to newsfeed page with this code:

<script language="JavaScript">location.href="/newsfeed"</script>

The Forum post is edited by Pedro Machado Aug 18 '14