mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-12 06:44:26 +02:00
Use iframe for crossite loading instead of CORS header
This commit is contained in:
parent
255685c176
commit
a3eb7268ae
5 changed files with 39 additions and 49 deletions
|
@ -11,6 +11,11 @@ function like_widget_args(){
|
|||
return Array("KEY");
|
||||
}
|
||||
|
||||
function like_widget_size(){
|
||||
return Array('60px','20px');
|
||||
}
|
||||
|
||||
|
||||
function like_widget_content(&$a, $conf){
|
||||
$args = explode(",",$_GET['a']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue