How To Easily Make a Windows Live Tile for your Ning Network

Post date: Jun 4, 2014 8:45:11 PM

Make Life Easier for Your Windows Users

Making and Installing Live Tile

After you've uploaded your logo and chosen the size of your tile, it will generate a block of code for you to add to your Custom Code section which looks similar to this:

<meta name="application-name" content=" Land Surveyors United"/>

<meta name="msapplication-TileColor" content="#000000"/>

<meta name="msapplication-square70x70logo" content="tiny.png"/>

<meta name="msapplication-square150x150logo" content="square.png"/>

<meta name="msapplication-wide310x150logo" content="wide.png"/>

<meta name="msapplication-square310x310logo" content="large.jpg"/>

<meta name="msapplication-notification" content="frequency=30;polling-uri=http://notifications.buildmypinnedsite.com/?feed=http://landsurveyorsunited.com/activity/log/list?fmt=rss&amp;id=1;polling-uri2=http://notifications.buildmypinnedsite.com/?feed=http://landsurveyorsunited.com/activity/log/list?fmt=rss&amp;id=2;polling-uri3=http://notifications.buildmypinnedsite.com/?feed=http://landsurveyorsunited.com/activity/log/list?fmt=rss&amp;id=3;polling-uri4=http://notifications.buildmypinnedsite.com/?feed=http://landsurveyorsunited.com/activity/log/list?fmt=rss&amp;id=4;polling-uri5=http://notifications.buildmypinnedsite.com/?feed=http://landsurveyorsunited.com/activity/log/list?fmt=rss&amp;id=5; cycle=1"/>

You'll want to choose the DOWNLOAD option>extract to a folder on your computer > upload the images and replace the 4 URLs in green above with the uploaded image URLS. Done!

Wanna use a different feed than your activity feed? take a look at this tip for finding it..

Related Tips for Desktop Gateways

If you need help setting up your network for primetime, give me a shout! Hope this tip helps you all..

If youve been looking for a simple way to make a Windows 8 Live Tile for your members, today is your lucky day. With Windows 8.1, people can pin your website as a live tile on to their Windows start screen. This is a live tile so it will automatically pull new stories from your site’s RSS feed and may even show them as notifications inside the tile.

Activity feed for 3.0 looks similar to this:

http://YOURNETWORK.ning.com/activity/log/rss

2.0 Ning networks it will be something like this:

http://YOURNETWORK.ning.com/activity/log/list?fmt=rss

Just head over to buildmypinnedsite.com, upload your site’s logo, add your RSS feed URL and it will generate the meta tags that you can put in the HEAD of your website template. You can also see Scott Hanselman’s blog for the more technical details. [Thanks to Labnol for this tip]