at path:ROOT / clients / templates / six / js / twitter.js
run:R W Run
45 By
2026-04-08 19:27:37
R W Run
1.42 MB
2026-04-08 19:27:37
R W Run
607.51 KB
2026-04-08 19:27:37
R W Run
366 By
2026-04-08 19:27:37
R W Run
45.81 KB
2026-04-08 19:27:38
R W Run
error_log
📄twitter.js
1/**
2 * Javascript functions used to fetch the twitter feed.
3 *
4 * @file WHMCS Six Theme Twitter Javascript Function
5 * @copyright Copyright 2020 WHMCS Limited
6 */
7
8jQuery(document).ready(function() {
9 WHMCS.http.jqClient.post("index.php?rp=/announcements/twitterfeed",
10 function(data) {
11 jQuery("#twitterFeedOutput").html(data);
12 });
13});
14