Web-based widget for showing the latest posts from a GNU Social profile.
Clone
HTTPS:
darcs clone https://vervis.peers.community/repos/ZEYKo
SSH:
darcs clone USERNAME@vervis.peers.community:ZEYKo
Tags
TODO
demo.html
<!DOCTYPE html>
<!--
- Copyright 2018 UltrasonicMadness
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-->
<html>
<head>
<meta charset="utf-8" />
<title>GSEmbed Demo</title>
<link type="text/css" rel="stylesheet" href="gsembed.css" />
<script type="application/javascript" src="jquery-3.3.1.min.js"></script>
<script type="application/javascript" src="gsembed.js"></script>
<!-- Basic styling for this demo, it is not necessary to copy this. -->
<link type="text/css" rel="stylesheet" href="demo.css" />
</head>
<body>
<h1>GSEmbed Demo</h1>
<main id="usm-latest"><p>To use this demo, please enable JavaScript.</p></main>
<script type="application/javascript">
$(function()
{
addGSEmbedWidget("https://gnusocial.no/api/statuses/user_timeline/34098.as", "#usm-latest");
});
</script>
<footer>Copyright © 2018 <a target="_blank" href="http://www.ultrasonicmadness.org">UltrasonicMadness</a></footer>
</body>
</html>