Forum Subject: copyright by using Autotags plugin

Posted on: 07/02/20 05:00pm
By: ivy

Hi, Autotags plugin is very nice.
How about this copyright autotag?

[ copyright:(start year) (name) ]

autotag: copyright
content:
Text Formatted Code
<small>&copy; #1-<span id="thisYear"></span> #2</small>

<script type="text/javascript">
  date = new Date();
  thisYear = date.getFullYear();
  document.getElementById("thisYear").innerHTML = thisYear;
</script>

Geeklog - Forum Subject: copyright by using Autotags plugin
https://www.geeklog.net/forum/viewtopic.php/97299