How do I get keys inside json entries?

Hello guys, I have this code working to get entries like title, date etc…

		$rootScope.titlescope = response.entries;

how can I get only the title?

because I’m using $cordovaSocialSharing and I can’t get twitter to work on html like:
and I’ll have to get the title on the JS.

Thanks

I solved the first problem, but now I need to run html inside:

$cordovaSocialSharing.shareViaFacebook(“Title”,
“Description”);