* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)\r
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.\r
* \r
- * Restructured from Rabzuarus (https://friendica.kommune4.de/profile/rabuzarus)\r
- * to use it for the decental social network Friendica (https://friendi.ca).\r
+ * Restructured by Rabzuarus (https://friendica.kommune4.de/profile/rabuzarus)\r
+ * to use it in the decentralized social network Friendica (https://friendi.ca).\r
* \r
* Version: 1.4.0\r
*/\r
* @returns {void}\r
*/\r
var getContentData = function(binurl, callback) {\r
- $.get('parse_url?binurl='+ binurl + '&dataType=json', function (answer) {\r
+ $.get('parse_url?binurl='+ binurl + '&format=json', function (answer) {\r
obj = sanitizeInputData(answer);\r
\r
// Put the data into a cache\r
-// We apptend the linkPreview to a global Variable to make linkPreview
+// We append the linkPreview to a global Variable to make linkPreview
// accessable on other places. Note: search on other places before you
// delete or move the variable.
var linkPreview;