),
);
-$glmMembersSocialShortcodesDescription = '<tr>
+$glmMembersSocialShortcodesDescription = '
+<table id="glm-table-shortcodes-social" class="glm-admin-table glm-shortcodes-table glm-hidden">
+ <tr><th>Shortcode</th><th>Attribute</th><th>Description</th></tr>
+ <tr>
<th>[glm-members-social-list]</th>
<td> </td>
<td width="50%">
Displays a list of social url\'s.
</td>
- </tr>';
+ </tr>
+</table>
+';
newImage.src=canvas.toDataURL("image/png")
// $("#glm_{$social.social_name}").append(newImage);
$("#glm_{$social.social_name} > img").attr('src',newImage.src);
- }
+ }
});
</script>-->