------------------------------------------------------------
commit febcbb0001dc6d7b94fc69c76af1cefd81ef0231
Author: Breck Yunits <breck7@gmail.com> Date: Wed Dec 4 17:40:07 2024 -1000 diff --git a/jframe.parsers b/jframe.parsers index 1cc3200..3304060 100644 --- a/jframe.parsers +++ b/jframe.parsers @@ -3,6 +3,6 @@ jframeMetaTagsParser extends metaTagsParser javascript buildHtml() { - const jframe = `<meta property="fc:frame" content='{"version":"next","imageUrl":"https://placehold.co/1200x800","button":{"title":"Demo Frame","action":{"type":"launch_frame","name":"Frame Demo","url":"https://example.com/frame","splashImageUrl":"https://placehold.co/200","splashBackgroundColor":"#f5f5f5"}}}' />` + const jframe = `<meta property="fc:frame" content='{&quot;version&quot;:&quot;next&quot;,&quot;imageUrl&quot;:&quot;https://jframe.breckyunits.com/splash.png&quot;,&quot;button&quot;:{&quot;title&quot;:&quot;Play&quot;,&quot;action&quot;:{&quot;type&quot;:&quot;launch_frame&quot;,&quot;name&quot;:&quot;JFrame&quot;,&quot;url&quot;:&quot;https://jframe.breckyunits.com&quot;,&quot;splashImageUrl&quot;:&quot;https://jframe.breckyunits.com/splash.png&quot;,&quot;splashBackgroundColor&quot;:&quot;purple&quot;}}}' />` return super.buildHtml().replace("</head>", jframe + "</head>") } \ No newline at end of file diff --git a/meta.js b/meta.js new file mode 100644 index 0000000..2cdd727 --- /dev/null +++ b/meta.js @@ -0,0 +1,14 @@ +{ + "version": "next", + "imageUrl": "https://jframe.breckyunits.com/splash.png", + "button": { + "title": "Play", + "action": { + "type": "launch_frame", + "name": "JFrame", + "url": "https://jframe.breckyunits.com", + "splashImageUrl": "https://jframe.breckyunits.com/splash.png", + "splashBackgroundColor": "purple" + } + } +} ------------------------------------------------------------
commit bddb8d254c77bbef13db1f5e3c9487201dab4479
Author: ffff:173.198.69.239 <ffff:173.198.69.239@jframe.breckyunits.com> Date: Thu Dec 5 03:31:37 2024 +0000 updated readme.scroll diff --git a/readme.scroll b/readme.scroll index fc1fce5..858ec71 100644 --- a/readme.scroll +++ b/readme.scroll @@ -19,11 +19,6 @@ GitHub *** -Clone This Site - link /clone - -*** - Demo demo.html @@ -33,3 +28,9 @@ Splash Image Frame Playground https://warpcast.com/~/developers/frame-playground +*** + +Clone This Site + link /clone + + ------------------------------------------------------------
commit a6867053e39933060a95db67d675de0d6a292702
Author: ffff:173.198.69.239 <ffff:173.198.69.239@jframe.breckyunits.com> Date: Thu Dec 5 03:31:26 2024 +0000 updated readme.scroll diff --git a/readme.scroll b/readme.scroll index 2ea2fb1..fc1fce5 100644 --- a/readme.scroll +++ b/readme.scroll @@ -14,12 +14,15 @@ editButton /edit.html Frames V2 docs https://framesv2.com/ +GitHub + https://github.com/breck7/jframe + +*** Clone This Site link /clone -GitHub - https://github.com/breck7/jframe +*** Demo demo.html ------------------------------------------------------------
commit 956c6981a6b9a22fe34997f31cfbd38e56ba3ea1
Author: ffff:173.198.69.239 <ffff:173.198.69.239@jframe.breckyunits.com> Date: Thu Dec 5 03:30:44 2024 +0000 updated readme.scroll diff --git a/readme.scroll b/readme.scroll index 040dc43..2ea2fb1 100644 --- a/readme.scroll +++ b/readme.scroll @@ -1,5 +1,6 @@ buildTxt readme.md title JFrame +metaTags theme roboto buildHtml index.html homeButton ------------------------------------------------------------
commit 962a22737d40153baf8794ae3846e90f5f96f5d1
Author: ffff:173.198.69.239 <ffff:173.198.69.239@jframe.breckyunits.com> Date: Thu Dec 5 03:30:39 2024 +0000 updated readme.scroll diff --git a/readme.scroll b/readme.scroll index 21b0aa3..040dc43 100644 --- a/readme.scroll +++ b/readme.scroll @@ -5,7 +5,7 @@ buildHtml index.html homeButton editButton /edit.html -printTitle +# JFrame ## A vanilla Javascript, HTML, and CSS demo of Farcaster Frames v2 ------------------------------------------------------------
commit a2c1c1d838676a100c954cd3844357ac8d40bc22
Author: ffff:173.198.69.239 <ffff:173.198.69.239@jframe.breckyunits.com> Date: Thu Dec 5 03:30:16 2024 +0000 updated readme.scroll diff --git a/readme.scroll b/readme.scroll index 1010ab4..21b0aa3 100644 --- a/readme.scroll +++ b/readme.scroll @@ -2,7 +2,7 @@ buildTxt readme.md title JFrame theme roboto buildHtml index.html -homeButton /index.html +homeButton editButton /edit.html printTitle ------------------------------------------------------------
commit 19042908b79a03b74a7cb9c974a48f3a464a8c7c
Author: ffff:173.198.69.239 <ffff:173.198.69.239@jframe.breckyunits.com> Date: Thu Dec 5 03:29:30 2024 +0000 updated readme.scroll diff --git a/readme.scroll b/readme.scroll index 179e618..1010ab4 100644 --- a/readme.scroll +++ b/readme.scroll @@ -1,10 +1,11 @@ buildTxt readme.md +title JFrame theme roboto buildHtml index.html homeButton /index.html editButton /edit.html -# JFrame +printTitle ## A vanilla Javascript, HTML, and CSS demo of Farcaster Frames v2 ------------------------------------------------------------
commit 3f8229cdd6bd2a409128f04519bf9951ac8fd356
Author: ffff:173.198.69.239 <ffff:173.198.69.239@jframe.breckyunits.com> Date: Thu Dec 5 03:29:11 2024 +0000 updated readme.scroll diff --git a/readme.scroll b/readme.scroll index 64bbe65..179e618 100644 --- a/readme.scroll +++ b/readme.scroll @@ -13,7 +13,7 @@ editButton /edit.html Frames V2 docs https://framesv2.com/ -Clone This Frame +Clone This Site link /clone GitHub ------------------------------------------------------------
commit 7515c4d86aab5e75db1977696bbd15c210253a61
Author: ffff:173.198.69.239 <ffff:173.198.69.239@jframe.breckyunits.com> Date: Thu Dec 5 03:28:56 2024 +0000 updated readme.scroll diff --git a/readme.scroll b/readme.scroll index e906f3d..64bbe65 100644 --- a/readme.scroll +++ b/readme.scroll @@ -1,7 +1,7 @@ buildTxt readme.md theme roboto buildHtml index.html -homeButton / +homeButton /index.html editButton /edit.html # JFrame ------------------------------------------------------------
commit 891c3ad1f977b1c49d562ffb4b0001cdf4636fb6
Author: ffff:173.198.69.239 <ffff:173.198.69.239@jframe.breckyunits.com> Date: Thu Dec 5 03:28:30 2024 +0000 updated readme.scroll diff --git a/readme.scroll b/readme.scroll index a73f15d..e906f3d 100644 --- a/readme.scroll +++ b/readme.scroll @@ -1,7 +1,7 @@ buildTxt readme.md theme roboto buildHtml index.html -homeButton . +homeButton / editButton /edit.html # JFrame