add bookmarking to FF social api provider
This commit is contained in:
parent
1214469311
commit
5dfaeaf526
BIN
images/checkbox-checked-32.png
Normal file
BIN
images/checkbox-checked-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
images/checkbox-unchecked-32.png
Normal file
BIN
images/checkbox-unchecked-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
@ -33,10 +33,10 @@ var data = {
|
|||||||
//"statusURL": baseurl+"/statusPanel.html",
|
//"statusURL": baseurl+"/statusPanel.html",
|
||||||
|
|
||||||
// social bookmarks are available in Firefox 26
|
// social bookmarks are available in Firefox 26
|
||||||
//"markURL": baseurl+"/mark.html?url=%{url}",
|
"markURL": baseurl+"/bmark?f=&url=%{url}&title=%{title}",
|
||||||
// icons should be 32x32 pixels
|
// icons should be 32x32 pixels
|
||||||
//"markedIcon": baseurl+"/unchecked.jpg",
|
"markedIcon": baseurl+"/images/checkbox-checked-32.png",
|
||||||
//"unmarkedIcon": baseurl+"/checked.jpg",
|
"unmarkedIcon": baseurl+"/images/checkbox-unchecked-32.png",
|
||||||
|
|
||||||
// should be available for display purposes
|
// should be available for display purposes
|
||||||
"description": '$description',
|
"description": '$description',
|
||||||
|
Reference in New Issue
Block a user