yuanzhou

Results 23 comments of yuanzhou

Thx Julienh, I made it work last night by using the following: ``` ... ``` Then attach sharrre to each share button ``` $('.twitter').each(function(){ var a = $(this).attr('id'); var e_id...

Yes, it works, just tested. No need to apply each() for twitter and facebook button.

I was trying out this and got the error says: FB is not defined. Please notice that app_id and redirect_uri are required. https://developers.facebook.com/docs/reference/dialogs/feed/ also says "You can also bring up...

I just tried to use the link directly and it worked. Check out digg.com and all the FB feed dialog links are using the direct links with a redirect_uri which...

That would be great! I customized mine yesterday and added app_id and redirect_uri for the users to define, so that they don't have to hard code them in the plugin,...

I'm having the similar issue. Built the image with no problem and got the container running no problem. The port mapping is correct. Just couldn't access the node app from...

So it tuned out that I had to use 0.0.0.0 instead of localhost in the hapi app.

@jnguyenx Is there a way that I can get all search results without using the number of rows to be returned? https://github.com/monarch-initiative/monarch-app/blob/master/lib/monarch/api.js#L1053 So basically I'm talking about the `rows` and...

@jnguyenx sorry that I pasted the wrong line number. I did use the one you suggested. My concern is if we only display part of the result set per page...

Here is the screenshot of my work to make sure I explained my concern clearly. In this case, the total number of results is 315. And the two filters apply...