add bookmarking to FF social api provider

This commit is contained in:
redmatrix 2015-11-04 18:15:03 -08:00
parent 1214469311
commit 5dfaeaf526
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -33,10 +33,10 @@ var data = {
//"statusURL": baseurl+"/statusPanel.html",
// 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
//"markedIcon": baseurl+"/unchecked.jpg",
//"unmarkedIcon": baseurl+"/checked.jpg",
"markedIcon": baseurl+"/images/checkbox-checked-32.png",
"unmarkedIcon": baseurl+"/images/checkbox-unchecked-32.png",
// should be available for display purposes
"description": '$description',