How can I create a javascript badge or widget?

前端 未结 5 1235
鱼传尺愫
鱼传尺愫 2021-01-14 09:38

I want to create a javascript badge that displays a list of links. We host the javascript on our domain. Other sites can put an empty div tag on their page and at the botto

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-14 10:08

    just as you say, have them put a div at the bottom of their page:

    then have them link to your javascript:

    
    

    then have them alter their body tag, or onload to call your script

    
    

提交回复
热议问题