Skip to content

Commit

Permalink
Testing bogus url
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jun 28, 2014
1 parent 1b73e92 commit e003ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/socialsharing-plugin-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function socialsharingDemo() {
// window.plugins.socialsharing.share('Some text');

// window.plugins.socialsharing.share('test', null, 'data:image/png;base64,R0lGODlhDAAMALMBAP8AAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAUKAAEALAAAAAAMAAwAQAQZMMhJK7iY4p3nlZ8XgmNlnibXdVqolmhcRQA7', null, function(e){alert("success: " + e)}, function(e){alert("error: " + e)});
window.plugins.socialsharing.share('My text', 'My subject', 'https://www.google.nl/images/srpr/logo11w.png', null, function(){alert("ok")}, function(e){alert("error: " + e)});
window.plugins.socialsharing.share('My text', 'My subject', 'SHARE_IMAGE_URL', null, function(){alert("ok")}, function(e){alert("error: " + e)});
// alternative usage:

// 1) a local image from anywhere else (if permitted):
Expand Down

0 comments on commit e003ab1

Please sign in to comment.