lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Aug 12, 2011 at 7:10 AM, liam mail <liam.list@googlemail.com> wrote:

> There is a twitter account @LuaNews with seems to have died off a little and
> I generally repost any ANN threads I find interesting on @OOLua then there
> are the hash tags #Lua and #LuaLang and finally there is the Lua forum

snippets.luacode.org republishes posts to @LuaNews with the following snippet:

<script type="text/javascript"
src="http://losr.org/js/twitter.min.js";></script>
  <script type="text/javascript">
    getTwitters('luanewsTweets', {
        id: 'luanews',
        count: 3,
        withFriends: false,
        enableLinks: true,
        ignoreReplies: true,
        template: '<span class="twitterTime"><a
href="http://twitter.com/%user_screen_name%/statuses/%id%";>%time%</a></span>
<span class="twitterStatus">%text%</span>'
    });
  </script>

Perhaps that snippet and a similar one for @OOLua could be added to
<http://lua-users.org/wiki/LuaNews>?

Best regards,

Paul